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

  /external/skia/src/core/
SkGlyph.h 76 return ID2Code(fID);
80 unsigned code = ID2Code(fID);
115 static unsigned ID2Code(uint32_t id) {
  /external/chromium_org/third_party/skia/src/core/
SkGlyph.h 78 return ID2Code(fID);
111 static unsigned ID2Code(uint32_t id) {
  /external/chromium_org/third_party/skia/src/fonts/
SkTestScalerContext.cpp 120 glyph->fAdvanceX = fTestFont->fWidths[SkGlyph::ID2Code(glyph->fID)];
129 glyph->fAdvanceX = fTestFont->fWidths[SkGlyph::ID2Code(glyph->fID)];
134 *path = *fTestFont->fPaths[SkGlyph::ID2Code(glyph.fID)];

Completed in 114 milliseconds