| /third_party/skia/src/gpu/ |
| H A D | GrMeshDrawTarget.h | 49 * should be written. On return the buffer that will hold the data as well as an offset into 50 * the buffer (in 'vertexSize' units) where the data will be placed. 57 * should be written. On return the buffer that will hold the data as well as an offset into 58 * the buffer (in uint16_t units) where the data will be placed. 66 * buffer is allocated on behalf of this request. 76 * buffer is allocated on behalf of this request. 83 * Makes space for elements in a draw-indirect buffer. Upon success, the returned pointer is a 86 virtual GrDrawIndirectWriter makeDrawIndirectSpace(int drawCount, sk_sp<const GrBuffer>* buffer, 90 * Makes space for elements in a draw-indexed-indirect buffer. Upon success, the returned
|
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkComposeImageFilter.cpp | 59 sk_sp<SkFlattenable> SkComposeImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A D | Sampler.hpp | 30 const void *buffer; member
|
| /third_party/openssl/crypto/x509/ |
| H A D | t_crl.c | 12 #include <openssl/buffer.h>
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | double-conversion-bignum.h | 84 bool ToHexString(char* buffer, const int buffer_size) const; 154 // where the value of the buffer consists of the lower kBigitSize bits of
|
| H A D | usrchimp.h | 66 PCEI *buffer; member 115 * buffer has been exhausted.
|
| /third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
| H A D | unumberformatter.h | 29 * UFormattedNumber object, which you subsequently use for populating your string buffer or iterating over 44 * // Export the string to a malloc'd buffer: 48 * UChar* buffer = (UChar*) malloc((len+1)*sizeof(UChar)); 49 * unumf_resultToString(uresult, buffer, len+1, &ec); 51 * // buffer should equal "5,142" 56 * free(buffer); 689 * Extracts the result number string out of a UFormattedNumber to a UChar buffer if possible. 701 * @param buffer Where to save the string output. 702 * @param bufferCapacity The number of UChars available in the buffer. 708 unumf_resultToString(const UFormattedNumber* uresult, UChar* buffer, int32_ [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/ |
| H A D | uperf.h | 180 UChar* buffer; member in UPerfTest
|
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| H A D | bit_reader_utils.h | 97 // read buffer 99 const uint8_t* buf_end_; // end of read buffer 100 const uint8_t* buf_max_; // max packed-read position on buffer 107 // Sets the working read buffer. 111 // Update internal pointers to displace the byte buffer by the 142 const uint8_t* buf_; // input byte buffer 143 size_t len_; // buffer length 146 int eos_; // true if a bit was read past the end of buffer 153 // Sets a new data buffer. 155 const uint8_t* const buffer, size_ [all...] |
| /third_party/openssl/crypto/asn1/ |
| H A D | f_int.c | 13 #include <openssl/buffer.h>
|
| /third_party/skia/third_party/externals/freetype/include/freetype/ |
| H A D | ftcache.h | 903 * buffer :: 919 FT_Byte* buffer; member 993 * The small bitmap descriptor and its bit buffer are owned by the cache 998 * The descriptor's `buffer` field is set to~0 to indicate a missing 1053 * The small bitmap descriptor and its bit buffer are owned by the cache 1058 * The descriptor's `buffer` field is set to~0 to indicate a missing
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-shaper.hh | 35 hb_buffer_t *buffer,
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| H A D | OverridableConstantsValidationTests.cpp | 91 wgpu::Buffer buffer; member in ComputePipelineOverridableConstantsValidationTest
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_xmp_sdk.h | 98 const char *buffer,
|
| /third_party/skia/include/core/ |
| H A D | SkData.h | 22 * SkData holds an immutable data buffer. Not only is the data immutable, 70 * Helper to copy a range of the data into a caller-provided buffer. 72 * length to the size of the data. If buffer is NULL, it is ignored, and 75 size_t copyRange(size_t offset, size_t length, void* buffer) const; 97 * to write into the buffer, but this must be done before another ref() is made.
|
| H A D | SkPicture.h | 271 class SkReadBuffer* buffer);
|
| /third_party/spirv-tools/test/opt/ |
| H A D | dead_insert_elim_test.cpp | 774 OpName %type_buffer_image "type.buffer.image" in TEST_F()
|
| /third_party/zlib/contrib/iostream/ |
| H A D | zfstream.h | 64 gzfilebuf buffer; member in gzfilestream_common
|
| /third_party/FreeBSD/sys/dev/usb/controller/ |
| H A D | xhci.c | 289 phwr = buf_res.buffer; in xhci_reset_command_queue_locked() 355 pdctxa = buf_res.buffer; in xhci_start_controller() 392 phwr = buf_res.buffer; in xhci_start_controller() 1052 phwr = buf_res.buffer; in xhci_interrupt_poll() 1142 phwr = buf_res.buffer; in xhci_do_command() 1432 pdev = buf_dev.buffer; in xhci_set_address() 1784 /* fill out buffer pointers */ in xhci_setup_generic_chain_sub() 2227 pdctxa = buf_res.buffer; in xhci_set_slot_pointer() 2250 pinp = buf_inp.buffer; in xhci_configure_mask() 2312 pinp = buf_inp.buffer; in xhci_configure_endpoint() [all...] |
| /third_party/python/Lib/ |
| H A D | turtle.py | 69 - Turtles now have an undo()-method with configurable undo-buffer. 919 """Ring buffer used as undobuffer for RawTurtle objects.""" 922 self.buffer = [[None]] * bufsize 928 self.buffer[i] = [None] 931 self.buffer = [[None]] * bufsize 937 self.buffer[self.ptr] = item 939 self.buffer[self.ptr].append(item) 942 item = self.buffer[self.ptr] 946 self.buffer[self.ptr] = [None] 950 return self.bufsize - self.buffer [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | indeo3.c | 102 uint8_t buf_sel; ///< active frame buffer: 0 - primary, 1 -secondary 215 /* set buffer pointers = buf_ptr + pitch and thus skip the INTRA prediction line */ in allocate_frame_buffers() 580 * @param last_ptr pointer to the last byte to catch reads past end of buffer 715 av_log(avctx, AV_LOG_ERROR, "Mode %d: attempt to read past end of buffer\n", mode); in decode_cell() 719 return data_ptr - data_start; /* report number of bytes consumed from the input buffer */ in decode_cell() 820 ctx->next_cell_data = &ctx->gb.buffer[(get_bits_count(&ctx->gb) + 7) >> 3]; in parse_bintree() 835 ctx->next_cell_data = &ctx->gb.buffer[(get_bits_count(&ctx->gb) + 7) >> 3]; in parse_bintree() 921 bs_hdr = gb.buffer; in decode_frame_headers() 969 /* unfortunately there is no common order of planes in the buffer */ in decode_frame_headers() 987 FFMIN3(y_offset, v_offset, u_offset) < gb.buffer in decode_frame_headers() [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | gxfenc.c | 182 char buffer[1024]; in gxf_write_mpeg_auxiliary() local 206 size = snprintf(buffer, sizeof(buffer), "Ver 1\nBr %.6f\nIpg 1\nPpi %d\nBpiop %d\n" in gxf_write_mpeg_auxiliary() 211 av_assert0(size < sizeof(buffer)); in gxf_write_mpeg_auxiliary() 214 avio_write(pb, (uint8_t *)buffer, size + 1); in gxf_write_mpeg_auxiliary()
|
| H A D | mpeg.c | 133 char buffer[7] = { 0 }; in mpegps_read_header() local 139 avio_get_str(s->pb, 6, buffer, sizeof(buffer)); in mpegps_read_header() 140 if (!memcmp("IMKH", buffer, 4)) { in mpegps_read_header() 142 } else if (!memcmp("Sofdec", buffer, 6)) { in mpegps_read_header() 374 /* buffer scale & size */ in mpegps_read_pes_header() 411 * and P-STD buffer */ in mpegps_read_pes_header()
|
| /third_party/curl/lib/vtls/ |
| H A D | gtls.c | 157 struct tm buffer; in showtime() local 158 const struct tm *tm = &buffer; in showtime() 160 CURLcode result = Curl_gmtime(stamp, &buffer); in showtime() 1277 connect_sessionid = malloc(connect_idsize); /* get a buffer for it */ in gtls_verifyserver() 1284 /* extract session ID to the allocated buffer */ in gtls_verifyserver() 1598 static size_t gtls_version(char *buffer, size_t size) in gtls_version() argument 1600 return msnprintf(buffer, size, "GnuTLS/%s", gnutls_check_version(NULL)); in gtls_version()
|
| /third_party/backends/backend/ |
| H A D | gphoto2.c | 1317 JOCTET *buffer; member 1343 memcpy (src->buffer, data_ptr + data_file_current_index, n); in METHODDEF() 1346 src->pub.next_input_byte = src->buffer; in METHODDEF() 1493 /* If there is anything in the buffer, satisfy the read from there */ in sane_read() 1902 * converter_fill_buffer - Fill line buffer with next input line from image. 1920 (void) jpeg_read_scanlines (&cinfo, dest_mgr->buffer, lines); in converter_fill_buffer() 1974 src->buffer = (JOCTET *) (*cinfo.mem->alloc_small) ((j_common_ptr) & in converter_init()
|