| /third_party/skia/tests/ |
| H A D | TDPQueueTest.cpp | 87 int count = random.nextULessThan(100); random_test() local 160 int count = random.nextULessThan(100); sort_test() local [all...] |
| H A D | FontNamesTest.cpp | 149 int count = std::min(fm->countFamilies(), MAX_FAMILIES); in test_systemfonts() local
|
| H A D | HashTest.cpp | 18 static int count(const SkTHashMap<int, double>& map) { in count() function [all...] |
| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsCurve.cpp | 14 int count = SkPathOpsVerbToPoints(verb); in nearPoint() local 56 int count = SkPathOpsVerbToPoints(verb); in offset() local
|
| /third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
| H A D | BrotliInputStream.cs | 217 public override void Write(byte[] buffer, int offset, int count) { in Write() argument 213 BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) BeginWrite() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | NativeSwapChainImplVk.cpp | 145 uint32_t count = 0; in Configure() local
|
| H A D | VulkanInfo.cpp | 31 uint32_t count = 0; in GatherInstanceExtensions() local 77 uint32_t count = 0; in GatherGlobalInfo() local 125 uint32_t count = 0; in GatherPhysicalDevices() local 162 uint32_t count = 0; GatherDeviceInfo() local 172 uint32_t count = 0; GatherDeviceInfo() local 187 uint32_t count = 0; GatherDeviceInfo() local 300 uint32_t count = 0; GatherSurfaceInfo() local 315 uint32_t count = 0; GatherSurfaceInfo() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | CommandAllocator.h | 92 T* NextData(size_t count) { in NextData() argument 178 T* AllocateData(size_t count) { in AllocateData() argument
|
| /third_party/skia/third_party/externals/brotli/c/dec/ |
| H A D | huffman.c | 92 static BROTLI_INLINE int NextTableBitSize(const uint16_t* const count, in NextTableBitSize() argument 104 BrotliBuildCodeLengthsHuffmanTable(HuffmanCode* table, const uint8_t* const code_lengths, uint16_t* count) BrotliBuildCodeLengthsHuffmanTable() argument 169 BrotliBuildHuffmanTable(HuffmanCode* root_table, int root_bits, const uint16_t* const symbol_lists, uint16_t* count) BrotliBuildHuffmanTable() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | PrimitiveTopologyTests.cpp | 173 size_t count; member
|
| /third_party/openssl/test/ |
| H A D | provider_status_test.c | 28 int count; member
|
| /third_party/skia/third_party/externals/freetype/src/cache/ |
| H A D | ftccache.c | 118 FT_UFast count = mask + p + 1; /* number of buckets */ in ftc_cache_resize() local 355 FT_UFast count; in FTC_Cache_Clear() local 565 FT_UFast i, count; in FTC_Cache_RemoveFaceID() local
|
| H A D | ftcsbits.c | 69 FT_UInt count = snode->count; in ftc_snode_free() local 238 FT_UInt count, start; in FT_LOCAL_DEF() local 289 FT_UInt count = snode->count; FT_LOCAL_DEF() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/gxvalid/ |
| H A D | gxvmort5.c | 100 gxv_mort_subtable_type5_InsertList_validate( FT_UShort offset, FT_UShort count, FT_Bytes table, FT_Bytes limit, GXV_Validator gxvalid ) gxv_mort_subtable_type5_InsertList_validate() argument
|
| /third_party/skia/third_party/externals/freetype/src/lzw/ |
| H A D | ftlzw.c | 168 FT_ULong count; in ft_lzw_file_fill_output() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/psaux/ |
| H A D | psblues.h | 152 CF2_UInt count; member
|
| /third_party/skia/third_party/externals/freetype/src/sfnt/ |
| H A D | ttkern.c | 134 FT_ULong count; in FT_LOCAL_DEF() local 191 FT_UInt count, mask; in FT_LOCAL_DEF() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/smooth/ |
| H A D | ftsmooth.c | 111 ft_smooth_lcd_spans( int y, int count, const FT_Span* spans, TOrigin* target ) ft_smooth_lcd_spans() argument 340 ft_smooth_overlap_spans( int y, int count, const FT_Span* spans, TOrigin* target ) ft_smooth_overlap_spans() argument
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-aat-layout-trak-table.hh | 100 unsigned int count = nTracks; in get_tracking() local
|
| H A D | hb-bimap.hh | 144 hb_codepoint_t count = get_population (); in sort() local
|
| H A D | hb-ot-shape-normalize.cc | 324 unsigned int count; in _hb_ot_shape_normalize() local [all...] |
| /third_party/skia/third_party/externals/harfbuzz/test/api/ |
| H A D | test-ot-math.c | 421 unsigned int count; in test_get_glyph_variants() local 545 unsigned int count; in test_get_glyph_assembly() local [all...] |
| /third_party/skia/third_party/externals/piex/src/tiff_directory/ |
| H A D | tiff_directory.h | 137 std::uint32_t count; // The number of values of type, not a byte count. member
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
| H A D | writable_font_data.cc | 92 int32_t WritableFontData::WritePadding(int32_t index, int32_t count) { in WritePadding() argument 96 int32_t WritableFontData::WritePadding(int32_t index, int32_t count, in WritePadding() argument
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
| H A D | cmap_iterator_test.cc | 89 BitSet* CMapIteratorTests::GenerateCMapEntries(int32_t start, int32_t count) { in GenerateCMapEntries() argument
|