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

/external/skia/include/gpu/
H A DGrFontScaler.h33 virtual bool getPackedGlyphDFBounds(GrGlyph::PackedID, SkIRect* bounds) = 0;
H A DSkGr.h118 virtual bool getPackedGlyphDFBounds(GrGlyph::PackedID, SkIRect* bounds) SK_OVERRIDE;
/external/chromium_org/third_party/skia/include/gpu/
H A DGrFontScaler.h73 bool getPackedGlyphDFBounds(GrGlyph::PackedID, SkIRect* bounds);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrFontScaler.cpp97 bool GrFontScaler::getPackedGlyphDFBounds(GrGlyph::PackedID packed, SkIRect* bounds) { function in class:GrFontScaler
H A DGrTextStrike.cpp265 if (!scaler->getPackedGlyphDFBounds(packed, &bounds)) {
/external/skia/src/gpu/
H A DGrTextStrike.cpp258 if (!scaler->getPackedGlyphDFBounds(packed, &bounds)) {
H A DSkGrFontScaler.cpp115 bool SkGrFontScaler::getPackedGlyphDFBounds(GrGlyph::PackedID packed, SkIRect* bounds) { function in class:SkGrFontScaler

Completed in 128 milliseconds