Searched refs:fGlyphID (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkBounder.h60 uint16_t fGlyphID; member in struct:SkBounder::GlyphRec
/external/skia/include/core/
H A DSkBounder.h60 uint16_t fGlyphID; member in struct:SkBounder::GlyphRec
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFFont.h178 uint16_t fGlyphID; member in class:SkPDFFont::FontRec
180 // A fGlyphID of 0 with no fFont always matches.
182 FontRec(SkPDFFont* font, uint32_t fontID, uint16_t fGlyphID);
H A DSkPDFFont.cpp879 search.fGlyphID = 0;
1016 if (fGlyphID == 0 || b.fGlyphID == 0) {
1021 return fFont->fFirstGlyphID <= b.fGlyphID &&
1022 b.fGlyphID <= fFont->fLastGlyphID;
1024 return b.fFont->fFirstGlyphID <= fGlyphID &&
1025 fGlyphID <= b.fFont->fLastGlyphID;
1027 return fGlyphID == b.fGlyphID;
1033 fGlyphID(glyphI
[all...]
/external/skia/src/pdf/
H A DSkPDFFont.h178 uint16_t fGlyphID; member in class:SkPDFFont::FontRec
180 // A fGlyphID of 0 with no fFont always matches.
182 FontRec(SkPDFFont* font, uint32_t fontID, uint16_t fGlyphID);
H A DSkPDFFont.cpp879 search.fGlyphID = 0;
1016 if (fGlyphID == 0 || b.fGlyphID == 0) {
1021 return fFont->fFirstGlyphID <= b.fGlyphID &&
1022 b.fGlyphID <= fFont->fLastGlyphID;
1024 return b.fFont->fFirstGlyphID <= fGlyphID &&
1025 fGlyphID <= b.fFont->fLastGlyphID;
1027 return fGlyphID == b.fGlyphID;
1033 fGlyphID(glyphI
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp2729 rec.fGlyphID = glyph.getGlyphID();
/external/skia/src/core/
H A DSkDraw.cpp2729 rec.fGlyphID = glyph.getGlyphID();

Completed in 224 milliseconds