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

  /external/skia/src/pdf/
SkPDFFont.h 142 uint16_t lastGlyphID() const;
SkPDFFont.cpp 914 uint16_t SkPDFFont::lastGlyphID() const {
    [all...]
SkPDFDevice.cpp 114 int lastGlyphID = 0;
116 lastGlyphID = metrics->fLastGlyphID;
119 return lastGlyphID;
    [all...]

Completed in 595 milliseconds