Home
last modified time | relevance | path

Searched refs:gcount (Results 1 – 25 of 31) sorted by relevance

12

/third_party/freetype/src/autofit/
Dafshaper.c509 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/
Dafshaper.c495 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/
Dafshaper.c509 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/
Dfile_util.cc65 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/
Dgstgssrc.cpp406 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/
Dfitsenc.c81 int pcount = 0, gcount = 1; in write_image_header() local
151 write_keyword_value(s, "%d", "GCOUNT", &gcount, &lines_written); in write_image_header()
Dfitsdec.c128 t = (abs(header->bitpix) >> 3) * ((int64_t) header->gcount); in is_image()
/third_party/ffmpeg/libavcodec/
Dfits.c32 header->gcount = 1; in avpriv_fits_header_init()
210 header->gcount = t; in avpriv_fits_header_parse_line()
Dfits.h52 int gcount; member
/third_party/ltp/testcases/misc/math/fptests/
Dfptest01.c94 int gcount; /* # calls to gauss */ variable
355 gcount++; in gauss()
/third_party/openh264/test/utils/
DFileInputStream.h18 return (int) file_.gcount(); in read()
/third_party/vk-gl-cts/executor/tools/
DxeBatchResultToJUnit.cpp73 int numRead = (int)in.gcount(); in parseBatchResult()
DxeExtractSampleLists.cpp147 numRead = (int)in.gcount(); in processLogFile()
DxeMergeTestLogs.cpp137 numRead = (int)in.gcount(); in readLogFile()
DxeCommandLineExecutor.cpp268 int numRead = (int)in.gcount(); in readCaseList()
398 numRead = (int)in.gcount(); in readLogFile()
DxeExtractShaderPrograms.cpp197 numRead = (int)in.gcount(); in extractShaderProgramsFromLogFile()
DxeExtractValues.cpp210 numRead = (int)in.gcount(); in readLogFile()
DxeTestLogCompare.cpp188 numRead = (int)in.gcount(); in readLogFile()
DxeBatchResultToXml.cpp118 int numRead = (int)in.gcount(); in parseBatchResult()
/third_party/elfio/elfio/
Delfio_header.hpp108 return ( stream.gcount() == sizeof( header ) ); in load()
Delfio_section.hpp272 if ( static_cast<Elf_Xword>( pstream->gcount() ) != size ) { in load_data()
/third_party/libabigail/src/
Dabg-libxml-utils.cc96 return in->gcount(); in xml_istream_input_read()
/third_party/openh264/test/api/
DBaseDecoderTest.cpp16 if (file->gcount() != 1) { // end of file in ReadFrame()
DBaseThreadDecoderTest.cpp260 if (file.gcount() != 1) { // end of file in ThreadDecodeFile()
/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.cc276 int result = input_->gcount(); in Read()

12