Home
last modified time | relevance | path

Searched defs:gID (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/mock/
DGrMockGpu.cpp16 static int gID = 0; in NextInternalTextureID() local
23 static int gID = 0; in NextExternalTextureID() local
/external/icu/icu4c/source/test/intltest/
Dnmfmapts.cpp293 static char gID; member in NFTestFactory
296 char NFTestFactory::gID = 0; member in NFTestFactory
/external/skia/src/core/
DSkPixelRef.cpp18 static uint32_t gID = 0; in ImageID() local
/external/skia/src/gpu/
DGrMemoryPool.cpp84 SkDEBUGCODE(allocData->fID = []{static int32_t gID; return sk_atomic_inc(&gID) + 1;}()); in allocate() local
DGrTessellator.cpp464 static int gID = 0; in Poly() local
624 static float gID = 0.0f; in append_point_to_contour() local
1716 static float gID = 0.0f; in sort_mesh() local
/external/skia/src/pdf/
DSkPDFFont.cpp542 for (unsigned gID = firstGlyphID; gID <= lastGlyphID; gID++) { in populate_type_1_font() local
555 for (int gID = firstGlyphID; gID <= lastGlyphID; gID++) { in populate_type_1_font() local
660 for (SkGlyphID gID : SingleByteGlyphIdIterator(firstGlyphID, lastGlyphID)) { in add_type3_font_info() local
/external/skia/src/image/
DSkSurface.cpp115 static int32_t gID; in newGenerationID() local
/external/skia/src/ports/
DSkFontHost_FreeType.cpp614 for (int gID = 0; gID < face->num_glyphs; gID++) { in onGetAdvancedMetrics() local