/third_party/freetype/src/autofit/ |
D | afshaper.c | 509 unsigned int gcount; in af_shaper_get_cluster() local 525 ginfo = hb_buffer_get_glyph_infos( buf, &gcount ); in af_shaper_get_cluster() 528 if ( gcount == hb_gcount ) in af_shaper_get_cluster() 533 for (i = 0; i < gcount; i++ ) in af_shaper_get_cluster() 537 if ( i == gcount ) in af_shaper_get_cluster() 567 unsigned int gcount; in af_shaper_get_elem() local 572 ginfo = hb_buffer_get_glyph_infos( buf, &gcount ); in af_shaper_get_elem() 573 gpos = hb_buffer_get_glyph_positions( buf, &gcount ); in af_shaper_get_elem() 575 if ( idx >= gcount ) in af_shaper_get_elem()
|
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/ |
D | afshaper.c | 495 unsigned int gcount; in af_shaper_get_cluster() local 511 ginfo = hb_buffer_get_glyph_infos( buf, &gcount ); in af_shaper_get_cluster() 514 if ( gcount == hb_gcount ) in af_shaper_get_cluster() 519 for (i = 0; i < gcount; i++ ) in af_shaper_get_cluster() 523 if ( i == gcount ) in af_shaper_get_cluster() 553 unsigned int gcount; in af_shaper_get_elem() local 558 ginfo = hb_buffer_get_glyph_infos( buf, &gcount ); in af_shaper_get_elem() 559 gpos = hb_buffer_get_glyph_positions( buf, &gcount ); in af_shaper_get_elem() 561 if ( idx >= gcount ) in af_shaper_get_elem()
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afshaper.c | 509 unsigned int gcount; in af_shaper_get_cluster() local 525 ginfo = hb_buffer_get_glyph_infos( buf, &gcount ); in af_shaper_get_cluster() 528 if ( gcount == hb_gcount ) in af_shaper_get_cluster() 533 for (i = 0; i < gcount; i++ ) in af_shaper_get_cluster() 537 if ( i == gcount ) in af_shaper_get_cluster() 567 unsigned int gcount; in af_shaper_get_elem() local 572 ginfo = hb_buffer_get_glyph_infos( buf, &gcount ); in af_shaper_get_elem() 573 gpos = hb_buffer_get_glyph_positions( buf, &gcount ); in af_shaper_get_elem() 575 if ( idx >= gcount ) in af_shaper_get_elem()
|
/third_party/gn/src/base/files/ |
D | file_util.cc | 65 if ((file1.eof() != file2.eof()) || (file1.gcount() != file2.gcount()) || in ContentsEqual() 66 (memcmp(buffer1, buffer2, static_cast<size_t>(file1.gcount())))) { in ContentsEqual()
|
/third_party/gstreamer/gstplugins_bad/ext/gs/ |
D | gstgssrc.cpp | 406 gint gcount = 0; in gst_gs_read_stream() local 421 gcount = stream.gcount(); in gst_gs_read_stream() 423 GST_INFO_OBJECT(src, "Client read %d bytes", gcount); in gst_gs_read_stream() 425 return gcount; in gst_gs_read_stream()
|
/third_party/ffmpeg/libavformat/ |
D | fitsenc.c | 81 int pcount = 0, gcount = 1; in write_image_header() local 151 write_keyword_value(s, "%d", "GCOUNT", &gcount, &lines_written); in write_image_header()
|
D | fitsdec.c | 128 t = (abs(header->bitpix) >> 3) * ((int64_t) header->gcount); in is_image()
|
/third_party/ffmpeg/libavcodec/ |
D | fits.c | 32 header->gcount = 1; in avpriv_fits_header_init() 210 header->gcount = t; in avpriv_fits_header_parse_line()
|
D | fits.h | 52 int gcount; member
|
/third_party/ltp/testcases/misc/math/fptests/ |
D | fptest01.c | 94 int gcount; /* # calls to gauss */ variable 355 gcount++; in gauss()
|
/third_party/openh264/test/utils/ |
D | FileInputStream.h | 18 return (int) file_.gcount(); in read()
|
/third_party/vk-gl-cts/executor/tools/ |
D | xeBatchResultToJUnit.cpp | 73 int numRead = (int)in.gcount(); in parseBatchResult()
|
D | xeExtractSampleLists.cpp | 147 numRead = (int)in.gcount(); in processLogFile()
|
D | xeMergeTestLogs.cpp | 137 numRead = (int)in.gcount(); in readLogFile()
|
D | xeCommandLineExecutor.cpp | 268 int numRead = (int)in.gcount(); in readCaseList() 398 numRead = (int)in.gcount(); in readLogFile()
|
D | xeExtractShaderPrograms.cpp | 197 numRead = (int)in.gcount(); in extractShaderProgramsFromLogFile()
|
D | xeExtractValues.cpp | 210 numRead = (int)in.gcount(); in readLogFile()
|
D | xeTestLogCompare.cpp | 188 numRead = (int)in.gcount(); in readLogFile()
|
D | xeBatchResultToXml.cpp | 118 int numRead = (int)in.gcount(); in parseBatchResult()
|
/third_party/elfio/elfio/ |
D | elfio_header.hpp | 108 return ( stream.gcount() == sizeof( header ) ); in load()
|
D | elfio_section.hpp | 272 if ( static_cast<Elf_Xword>( pstream->gcount() ) != size ) { in load_data()
|
/third_party/libabigail/src/ |
D | abg-libxml-utils.cc | 96 return in->gcount(); in xml_istream_input_read()
|
/third_party/openh264/test/api/ |
D | BaseDecoderTest.cpp | 16 if (file->gcount() != 1) { // end of file in ReadFrame()
|
D | BaseThreadDecoderTest.cpp | 260 if (file.gcount() != 1) { // end of file in ThreadDecodeFile()
|
/third_party/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl.cc | 276 int result = input_->gcount(); in Read()
|