HomeSort by relevance Sort by last modified time
    Searched refs:gID (Results 1 - 15 of 15) sorted by null

  /external/skqp/src/gpu/mock/
GrMockGpu.cpp 16 static int gID = 0;
17 return sk_atomic_inc(&gID) + 1;
23 static int gID = 0;
24 return sk_atomic_dec(&gID) - 1;
  /external/skia/src/gpu/mock/
GrMockGpu.cpp 16 static int gID = 0;
17 return sk_atomic_inc(&gID) + 1;
23 static int gID = 0;
24 return sk_atomic_dec(&gID) - 1;
  /external/skia/src/core/
SkPixelRef.cpp 18 static uint32_t gID = 0;
22 id = sk_atomic_fetch_add(&gID, 2u) + 2; // Never set the low bit.
  /external/skqp/src/core/
SkPixelRef.cpp 18 static uint32_t gID = 0;
22 id = sk_atomic_fetch_add(&gID, 2u) + 2; // Never set the low bit.
  /external/skia/src/pdf/
SkPDFFont.cpp 199 static SkGlyphID first_nonzero_glyph_for_single_byte_encoding(SkGlyphID gid) {
200 return gid != 0 ? gid - (gid - 1) % 255 : 1;
542 for (unsigned gID = firstGlyphID; gID <= lastGlyphID; gID++) {
543 advance = glyphCache->getGlyphIDAdvance(gID).fAdvanceX;
555 for (int gID = firstGlyphID; gID <= lastGlyphID; gID++)
    [all...]
  /external/skqp/src/pdf/
SkPDFFont.cpp 199 static SkGlyphID first_nonzero_glyph_for_single_byte_encoding(SkGlyphID gid) {
200 return gid != 0 ? gid - (gid - 1) % 255 : 1;
542 for (unsigned gID = firstGlyphID; gID <= lastGlyphID; gID++) {
543 advance = glyphCache->getGlyphIDAdvance(gID).fAdvanceX;
555 for (int gID = firstGlyphID; gID <= lastGlyphID; gID++)
    [all...]
  /external/icu/icu4c/source/test/intltest/
nmfmapts.cpp 284 return (UClassID)&gID;
289 return (UClassID)&gID;
293 static char gID;
296 char NFTestFactory::gID = 0;
  /external/skia/src/gpu/
GrMemoryPool.cpp 84 SkDEBUGCODE(allocData->fID = []{static int32_t gID; return sk_atomic_inc(&gID) + 1;}());
GrTessellator.cpp 529 static int gID = 0;
530 fID = gID++;
689 static float gID = 0.0f;
690 v->fID = gID++;
    [all...]
  /external/skqp/src/gpu/
GrMemoryPool.cpp 84 SkDEBUGCODE(allocData->fID = []{static int32_t gID; return sk_atomic_inc(&gID) + 1;}());
GrTessellator.cpp 529 static int gID = 0;
530 fID = gID++;
689 static float gID = 0.0f;
690 v->fID = gID++;
    [all...]
  /external/skqp/src/image/
SkSurface.cpp 115 static int32_t gID;
116 return sk_atomic_inc(&gID) + 1;
  /external/skia/src/image/
SkSurface.cpp 115 static int32_t gID;
116 return sk_atomic_inc(&gID) + 1;
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 497 void emboldenIfNeeded(FT_Face face, FT_GlyphSlot glyph, SkGlyphID gid);
612 for (int gID = 0; gID < face->num_glyphs; gID++) {
614 FT_Get_Glyph_Name(face, gID, glyphName, 128);
615 info->fGlyphNames[gID].set(glyphName);
    [all...]
  /external/skqp/src/ports/
SkFontHost_FreeType.cpp 497 void emboldenIfNeeded(FT_Face face, FT_GlyphSlot glyph, SkGlyphID gid);
612 for (int gID = 0; gID < face->num_glyphs; gID++) {
614 FT_Get_Glyph_Name(face, gID, glyphName, 128);
615 info->fGlyphNames[gID].set(glyphName);
    [all...]

Completed in 490 milliseconds