Searched refs:getPackedGlyphBounds (Results 1 - 7 of 7) sorted by relevance

/external/skia/include/gpu/
H A DGrFontScaler.h29 virtual bool getPackedGlyphBounds(GrGlyph::PackedID, SkIRect* bounds) = 0;
H A DSkGr.h115 virtual bool getPackedGlyphBounds(GrGlyph::PackedID, SkIRect* bounds) SK_OVERRIDE;
/external/chromium_org/third_party/skia/include/gpu/
H A DGrFontScaler.h70 bool getPackedGlyphBounds(GrGlyph::PackedID, SkIRect* bounds);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrFontScaler.cpp88 bool GrFontScaler::getPackedGlyphBounds(GrGlyph::PackedID packed, SkIRect* bounds) { function in class:GrFontScaler
H A DGrTextStrike.cpp269 if (!scaler->getPackedGlyphBounds(packed, &bounds)) {
/external/skia/src/gpu/
H A DGrTextStrike.cpp262 if (!scaler->getPackedGlyphBounds(packed, &bounds)) {
H A DSkGrFontScaler.cpp106 bool SkGrFontScaler::getPackedGlyphBounds(GrGlyph::PackedID packed, SkIRect* bounds) { function in class:SkGrFontScaler

Completed in 1354 milliseconds