Home
last modified time | relevance | path

Searched refs:getSubYFixed (Results 1 – 17 of 17) sorted by relevance

/external/skqp/src/core/
DSkGlyph.h82 SkFixed getSubYFixed() const { in getSubYFixed() function
92 str.appendf("code: %d, x: %d, y:%d", code(), getSubXFixed(), getSubYFixed()); in dump()
149 SkFixed getSubYFixed() const { return fID.getSubYFixed(); } in getSubYFixed() function
DSkStrikeCache.cpp345 targetSubY = glyph->getSubYFixed(); in desperationSearchForImage()
DSkScalerContext.cpp567 SkFixed dy = glyphID.getSubYFixed(); in internalGetPath()
/external/skia/src/core/
DSkGlyph.h89 SkFixed getSubYFixed() const { in getSubYFixed() function
99 str.appendf("glyphID: %d, x: %d, y:%d", glyphID(), getSubXFixed(), getSubYFixed()); in dump()
243 SkFixed getSubYFixed() const { return fID.getSubYFixed(); } in getSubYFixed() function
DSkScalerContext.cpp712 SkFixed dy = glyphID.getSubYFixed(); in internalGetPath()
/external/skqp/src/ports/
DSkScalerContext_win_dw.cpp440 fXform.dy = SkFixedToFloat(glyph->getSubYFixed()); in getBoundingBox()
602 SkFixedToScalar(glyph->getSubYFixed())); in generateColorMetrics()
669 SkFixedToScalar(glyph->getSubYFixed())); in generatePngMetrics()
913 fXform.dy = SkFixedToFloat(glyph.getSubYFixed()); in drawDWMask()
996 SkFixedToScalar(glyph.getSubYFixed())); in generateColorGlyphImage()
1084 SkFixedToScalar(glyph.getSubYFixed())); in generatePngGlyphImage()
DSkFontHost_FreeType_common.cpp387 dy = SkFixedToFDot6(glyph.getSubYFixed()); in generateGlyphImage()
415 SkFixedToScalar(glyph.getSubYFixed())); in generateGlyphImage()
DSkFontHost_FreeType.cpp1077 int dy = SkFixedToFDot6(glyph->getSubYFixed()); in getBBoxForCurrentGlyph()
1137 (glyph.getSubXFixed() || glyph.getSubYFixed()); in shouldSubpixelBitmap()
1262 SkFixedToScalar(glyph->getSubYFixed())); in generateMetrics()
1329 SkFixedToScalar(glyph.getSubYFixed())); in generateImage()
DSkFontHost_mac.cpp1101 subY = SkFixedToFloat(glyph.getSubYFixed()); in getCG()
1203 skBounds.fBottom += SkFixedToFloat(glyph->getSubYFixed()); in generateMetrics()
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp449 fXform.dy = SkFixedToFloat(glyph->getSubYFixed()); in getBoundingBox()
587 SkFixedToScalar(glyph->getSubYFixed())); in generateColorMetrics()
654 SkFixedToScalar(glyph->getSubYFixed())); in generatePngMetrics()
938 fXform.dy = SkFixedToFloat(glyph.getSubYFixed()); in drawDWMask()
1021 SkFixedToScalar(glyph.getSubYFixed())); in generateColorGlyphImage()
1110 SkFixedToScalar(glyph.getSubYFixed())); in generatePngGlyphImage()
DSkScalerContext_mac_ct.cpp248 subY = SkFixedToFloat(glyph.getSubYFixed()); in getCG()
327 skBounds.fBottom += SkFixedToFloat(glyph->getSubYFixed()); in generateMetrics()
DSkFontHost_FreeType.cpp1201 int dy = SkFixedToFDot6(glyph->getSubYFixed()); in getBBoxForCurrentGlyph()
1261 (glyph.getSubXFixed() || glyph.getSubYFixed()); in shouldSubpixelBitmap()
1451 SkFixedToScalar(glyph->getSubYFixed())); in generateMetrics()
1514 SkFixedToScalar(glyph.getSubYFixed())); in generateImage()
DSkFontHost_FreeType_common.cpp922 dy = SkFixedToFDot6(glyph.getSubYFixed()); in generateGlyphImage()
950 SkFixedToScalar(glyph.getSubYFixed())); in generateGlyphImage()
/external/skqp/src/gpu/text/
DGrStrikeCache.h92 return cache->getGlyphIDMetrics(id.code(), id.getSubXFixed(), id.getSubYFixed()); in GrToSkGlyph()
/external/skqp/tools/fonts/
DSkTestSVGTypeface.cpp212 SkScalar dy = SkFixedToScalar(glyph->getSubYFixed()); in generateMetrics()
236 SkScalar dy = SkFixedToScalar(glyph.getSubYFixed()); in generateImage()
/external/skia/tools/fonts/
DTestSVGTypeface.cpp213 SkScalar dy = SkFixedToScalar(glyph->getSubYFixed()); in generateMetrics()
238 SkScalar dy = SkFixedToScalar(glyph.getSubYFixed()); in generateImage()
/external/skqp/tests/
DSkRemoteGlyphCacheTest.cpp704 lostGlyphID.code(), lostGlyphID.getSubXFixed(), lostGlyphID.getSubYFixed()); in DEF_TEST()