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

  /external/chromium_org/third_party/skia/src/gpu/
GrTextStrike_impl.h 55 GrGlyph* GrTextStrike::getGlyph(GrGlyph::PackedID packed,
GrTextStrike.h 39 inline GrGlyph* getGlyph(GrGlyph::PackedID, GrFontScaler*);
GrBitmapTextContext.cpp 435 GrGlyph* glyph = fStrike->getGlyph(packed, scaler);
GrDistanceFieldTextContext.cpp 251 GrGlyph* glyph = fStrike->getGlyph(packed, scaler);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzFaceCoreText.cpp 48 static hb_bool_t getGlyph(hb_font_t* hbFont, void* fontData, hb_codepoint_t unicode, hb_codepoint_t variationSelector, hb_codepoint_t* glyph, void* userData)
94 hb_font_funcs_set_glyph_func(harfBuzzCoreTextFontFuncs, getGlyph, 0, 0);
  /external/skia/src/gpu/
GrTextStrike.h 38 inline GrGlyph* getGlyph(GrGlyph::PackedID, GrFontScaler*);
GrTextStrike_impl.h 96 GrGlyph* GrTextStrike::getGlyph(GrGlyph::PackedID packed,
GrBitmapTextContext.cpp 437 GrGlyph* glyph = fStrike->getGlyph(packed, scaler);
GrDistanceFieldTextContext.cpp 207 GrGlyph* glyph = fStrike->getGlyph(packed, scaler);

Completed in 227 milliseconds