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

  /external/chromium_org/third_party/skia/src/core/
SkGlyph.h 73 uint16_t getGlyphID() const {
77 unsigned getGlyphID(unsigned baseGlyphCount) const {
SkGlyphCache.cpp 134 return rec.fGlyph->getGlyphID();
SkScalerContext.cpp 190 unsigned glyphID = glyph.getGlyphID();
200 // SkDebugf("--- no context for glyph %x\n", glyph.getGlyphID());
SkDraw.cpp     [all...]
  /external/skia/src/core/
SkGlyph.h 73 uint16_t getGlyphID() const {
77 unsigned getGlyphID(unsigned baseGlyphCount) const {
SkGlyphCache.cpp 134 return rec.fGlyph->getGlyphID();
SkScalerContext.cpp 190 unsigned glyphID = glyph.getGlyphID();
200 // SkDebugf("--- no context for glyph %x\n", glyph.getGlyphID());
SkDraw.cpp     [all...]
  /external/icu4c/layout/
LEGlyphStorage.cpp 254 LEGlyphID LEGlyphStorage::getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const
520 LEGlyphID holdGlyph = getGlyphID(fromPosition,success);
526 setGlyphID(i,getGlyphID(i+1,success),success);
532 setGlyphID(i,getGlyphID(i-1,success),success);
LEGlyphStorage.h 276 LEGlyphID getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const;
IndicReordering.cpp     [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]
SkFontHost_win_dw.cpp 156 UINT16 index = glyph.getGlyphID();
775 uint16_t glyphId = glyph->getGlyphID();
811 UINT16 glyphId = glyph->getGlyphID();
    [all...]
SkFontHost_mac.cpp     [all...]
SkFontHost_win.cpp 534 uint16_t glyphID = glyph.getGlyphID();
858 WORD glyphs = glyph->getGlyphID(0);
878 UINT glyphId = glyph->getGlyphID(0);
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]
SkFontHost_win_dw.cpp 156 UINT16 index = glyph.getGlyphID();
775 uint16_t glyphId = glyph->getGlyphID();
811 UINT16 glyphId = glyph->getGlyphID();
    [all...]
SkFontHost_mac.cpp     [all...]
SkFontHost_win.cpp 534 uint16_t glyphID = glyph.getGlyphID();
858 WORD glyphs = glyph->getGlyphID(0);
878 UINT glyphId = glyph->getGlyphID(0);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp     [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]

Completed in 1575 milliseconds