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

  /external/skia/include/core/
SkBounder.h 58 uint16_t fGlyphID;
  /external/skia/include/pdf/
SkPDFFont.h 176 uint16_t fGlyphID;
178 // A fGlyphID of 0 with no fFont always matches.
180 FontRec(SkPDFFont* font, uint32_t fontID, uint16_t fGlyphID);
  /external/skia/src/pdf/
SkPDFFont.cpp 390 uint16_t fGlyphId;
410 cmap->writeHexAsText(bfchar[i + j].fGlyphId, 4);
497 entry->fGlyphId = currentRangeEntry.fStart;
815 search.fGlyphID = 0;
    [all...]
  /external/skia/src/core/
SkDraw.cpp     [all...]

Completed in 294 milliseconds