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

  /external/icu/icu4c/source/test/intltest/
nmfmapts.cpp 282 return (UClassID)&gID;
287 return (UClassID)&gID;
291 static char gID;
294 char NFTestFactory::gID = 0;
  /external/skia/src/core/
SkPixelRef.cpp 19 static uint32_t gID = 0;
23 id = sk_atomic_fetch_add(&gID, 2u) + 2; // Never set the low bit.
  /external/skia/src/image/
SkSurface.cpp 125 static int32_t gID;
126 return sk_atomic_inc(&gID) + 1;
  /external/skia/src/pdf/
SkPDFFont.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 436 static bool getWidthAdvance(FT_Face face, int gId, int16_t* data) {
438 if (FT_Get_Advances(face, gId, 1, FT_LOAD_NO_SCALE, &advance)) {
599 for (int gID = 0; gID < face->num_glyphs; gID += 128) {
602 if (gID + advanceCount > face->num_glyphs) {
603 advanceCount = face->num_glyphs - gID;
605 FT_Get_Advances(face, gID, advanceCount, FT_LOAD_NO_SCALE, advances);
635 for (int gID = 0; gID < face->num_glyphs; gID++)
    [all...]
  /external/skia/src/gpu/
GrTessellator.cpp 320 static int gID = 0;
321 fID = gID++;
468 static float gID = 0.0f;
469 v->fID = gID++;
    [all...]

Completed in 737 milliseconds