_id
stringlengths
2
7
text
stringlengths
6
2.61k
title
stringclasses
1 value
c8400
// copy pixels into a two-dimensional convolution filter
c8401
// specify a callback to receive debugging messages from the GL
c8402
// draw multiple instances of a range of elements
c8403
// draw multiple instances of a set of elements
c8404
// attach a level of a texture object as a logical buffer of a framebuffer object
c8405
// return parameters of a buffer object
c8406
// retrieve contents of a color lookup table
c8407
// get current 1D or 2D convolution filter kernel
c8408
// query the bindings of color numbers to user-defined varying out variables
c8409
// get histogram table
c8410
// get minimum and maximum pixel values
c8411
// get separable convolution filter kernel images
c8412
// retrieve information about varying variables selected for transform feedback
c8413
// define histogram table
c8414
// define minmax table
c8415
// define a separable two-dimensional convolution filter
c8416
// attach a buffer object's data store to a buffer texture object
c8417
// specify values to record in transform feedback buffers
c8418
// modify the rate at which generic vertex attributes advance during instanced rendering
c8419
// return a compressed texture image
c8420
// return a texture image
c8421
// NewWebsocketDialer produces new websocket.Dialer which dials to bound // http.Handler without creating a real net.Conn.
c8422
// NewFastWebsocketDialer produces new websocket.Dialer which dials to bound // fasthttp.RequestHandler without creating a real net.Conn.
c8423
// Hijack the connection for caller. // // Implements http.Hijacker interface.
c8424
// WriteHeader write HTTP header to the client and closes the connection // // Implements http.ResponseWriter interface.
c8425
// Raw returns underlying type, content and close code of WebSocket message. // Theses values are originally read from WebSocket connection.
c8426
// NewRequest implements RequestFactory.NewRequest.
c8427
// Request returns a new Request object. // Arguments a similar to NewRequest. // After creating request, all builders attached to Expect object are invoked. // See Builder.
c8428
// NoContent succeeds if response contains empty Content-Type header and // empty body.
c8429
// ContentType succeeds if response contains Content-Type header with given // media type and charset. // // If charset is omitted, and mediaType is non-empty, Content-Type header // should contain empty or utf-8 charset. // // If charset is omitted, and mediaType is also empty, Content-Type header // should contain no...
c8430
// ContentEncoding succeeds if response has exactly given Content-Encoding list. // Common values are empty, "gzip", "compress", "deflate", "identity" and "br".
c8431
// TransferEncoding succeeds if response contains given Transfer-Encoding list. // Common values are empty, "chunked" and "identity".
c8432
// NewWebsocket returns a new Websocket given a Config with Reporter and // Printers, and websocket.Conn to be inspected and handled.
c8433
// WithReadTimeout sets timeout duration for WebSocket connection reads. // // By default no timeout is used.
c8434
// WithWriteTimeout sets timeout duration for WebSocket connection writes. // // By default no timeout is used.
c8435
// Subprotocol returns a new String object that may be used to inspect // negotiated protocol for the connection.
c8436
// Response implements Printer.Response.
c8437
// WebsocketRead implements WebsocketPrinter.WebsocketRead.
c8438
// NotSet succeeds if Duration is not set.
c8439
// WsHttpHandler is a simple http.Handler that implements WebSocket echo server.
c8440
// WsFastHandler is a simple fasthttp.RequestHandler that implements // WebSocket echo server.
c8441
// Open takes a string path to a file and returns a Reader struct or an error. // The database file is opened using a memory map. Use the Close method on the // Reader object to return the resources to the system.
c8442
//DesignUnitsToPdf convert unit
c8443
//SetImagePath set image path
c8444
//SetImage set image
c8445
//KernValueByLeft find kern value from kern table by left
c8446
//SetTTFByPath set ttf
c8447
//SetTTFByReader set ttf
c8448
//AddChars add char to map CharacterToGlyphIndex
c8449
//CharIndex index of char in glyph table
c8450
//CharCodeToGlyphIndex get glyph index from char code
c8451
//GlyphIndexToPdfWidth get with from glyphIndex
c8452
//AddCompositeGlyphs add composite glyph //composite glyph is a Unicode entity that can be defined as a sequence of one or more other characters.
c8453
//GetOffset get offset from glyf table
c8454
//CheckSum check sum
c8455
// SetMargins defines the left, top, right and bottom margins. By default, they equal 1 cm. Call this method to change them.
c8456
// SetMarginLeft sets the left margin
c8457
// SetMarginTop sets the top margin
c8458
// SetMarginRight sets the right margin
c8459
// SetMarginBottom set the bottom margin
c8460
// Margins gets the current margins, The margins will be converted back to the documents units. Returned values will be in the following order Left, Top, Right, Bottom
c8461
//ValueByRight get value by right
c8462
//WriteUInt32 writes a 32-bit unsigned integer value to w io.Writer
c8463
//WriteUInt16 writes a 16-bit unsigned integer value to w io.Writer
c8464
//WriteTag writes string value to w io.Writer
c8465
//NewMapOfCharacterToGlyphIndex new CharacterToGlyphIndex
c8466
//KeyExists key is exists?
c8467
//Set set key and value to map
c8468
//Index get index by key
c8469
//Val get value by Key
c8470
//AppendStreamText append text
c8471
//AppendStreamLine append line
c8472
//AppendStreamOval append oval
c8473
//AppendStreamSetGrayFill set the grayscale fills
c8474
//AppendStreamSetGrayStroke set the grayscale stroke
c8475
//AppendStreamSetColorStroke set the color stroke
c8476
//AppendStreamSetColorFill set the color fill
c8477
//AppendStreamImage append image
c8478
// UnitsToPoints converts units of the provided type to points
c8479
// UnitsToPointsVar converts units of the provided type to points for all variables supplied
c8480
// PointsToUnitsVar converts points to the provided units for all variables supplied
c8481
// IsContainsFamilyAndStyle - checks if already exists font with same name and style
c8482
//SetProtection set protection infomation
c8483
//StrHelperGetStringWidth get string width
c8484
//ReadShortFromByte read short from byte array
c8485
//ReadUShortFromByte read ushort from byte array
c8486
//Setup setup all infomation for cacheContent
c8487
//ParseByReader parse by io.reader
c8488
//Seek seek by tag
c8489
//ReadUShort read ushort
c8490
//ReadShort read short
c8491
//ReadShortInt16 read short return int16
c8492
//ReadULong read ulong
c8493
//SetGrayFill set the grayscale for the fill, takes a float64 between 0.0 and 1.0
c8494
//SetGrayStroke set the grayscale for the stroke, takes a float64 between 0.0 and 1.0
c8495
//AddTTFFontByReader add font file
c8496
//AddTTFFontByReaderWithOption add font file
c8497
//KernOverride override kern value
c8498
//SetStrokeColor set the color for the stroke
c8499
//SetFillColor set the color for the stroke