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

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.h 185 uint16_t fGlyphID;
187 // A fGlyphID of 0 with no fFont always matches.
189 FontRec(SkPDFFont* font, uint32_t fontID, uint16_t fGlyphID);
SkPDFFont.cpp 410 uint16_t fGlyphId;
430 cmap->writeHexAsText(bfchar[i + j].fGlyphId, 4);
536 entry->fGlyphId = currentRangeEntry.fStart;
908 search.fGlyphID = 0;
    [all...]
  /external/skia/src/pdf/
SkPDFFont.h 185 uint16_t fGlyphID;
187 // A fGlyphID of 0 with no fFont always matches.
189 FontRec(SkPDFFont* font, uint32_t fontID, uint16_t fGlyphID);
SkPDFFont.cpp 396 uint16_t fGlyphId;
416 cmap->writeHexAsText(bfchar[i + j].fGlyphId, 4);
522 entry->fGlyphId = currentRangeEntry.fStart;
894 search.fGlyphID = 0;
    [all...]

Completed in 696 milliseconds