Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkGlyph.h74 SkFixed getSubYFixed() const { in getSubYFixed() function
84 str.appendf("code: %d, x: %d, y:%d", code(), getSubXFixed(), getSubYFixed()); in dump()
131 SkFixed getSubYFixed() const { return fID.getSubYFixed(); } in getSubYFixed() function
DSkScalerContext.cpp636 SkFixed dy = glyphID.getSubYFixed(); in internalGetPath()
/third_party/skia/src/core/
DSkGlyph.h90 SkFixed getSubYFixed() const { in getSubYFixed() function
100 str.appendf("glyphID: %d, x: %d, y:%d", glyphID(), getSubXFixed(), getSubYFixed()); in dump()
244 SkFixed getSubYFixed() const { return fID.getSubYFixed(); } in getSubYFixed() function
DSkScalerContext.cpp710 SkFixed dy = glyphID.getSubYFixed(); in internalGetPath()
/third_party/flutter/skia/src/ports/
DSkScalerContext_win_dw.cpp434 fXform.dy = SkFixedToFloat(glyph->getSubYFixed()); in getBoundingBox()
572 SkFixedToScalar(glyph->getSubYFixed())); in generateColorMetrics()
639 SkFixedToScalar(glyph->getSubYFixed())); in generatePngMetrics()
914 fXform.dy = SkFixedToFloat(glyph.getSubYFixed()); in drawDWMask()
997 SkFixedToScalar(glyph.getSubYFixed())); in generateColorGlyphImage()
1085 SkFixedToScalar(glyph.getSubYFixed())); in generatePngGlyphImage()
DSkFontHost_FreeType_common.cpp387 dy = SkFixedToFDot6(glyph.getSubYFixed()); in generateGlyphImage()
415 SkFixedToScalar(glyph.getSubYFixed())); in generateGlyphImage()
DSkFontHost_FreeType.cpp1098 int dy = SkFixedToFDot6(glyph->getSubYFixed()); in getBBoxForCurrentGlyph()
1158 (glyph.getSubXFixed() || glyph.getSubYFixed()); in shouldSubpixelBitmap()
1283 SkFixedToScalar(glyph->getSubYFixed())); in generateMetrics()
1346 SkFixedToScalar(glyph.getSubYFixed())); in generateImage()
DSkFontHost_mac.cpp1145 subY = SkFixedToFloat(glyph.getSubYFixed()); in getCG()
1228 skBounds.fBottom += SkFixedToFloat(glyph->getSubYFixed()); in generateMetrics()
/third_party/skia/src/ports/
DSkScalerContext_win_dw.cpp491 fXform.dy = SkFixedToFloat(glyph->getSubYFixed()); in getBoundingBox()
631 SkFixedToScalar(glyph->getSubYFixed())); in generateColorMetrics()
698 SkFixedToScalar(glyph->getSubYFixed())); in generatePngMetrics()
984 fXform.dy = SkFixedToFloat(glyph.getSubYFixed()); in drawDWMask()
1067 SkFixedToScalar(glyph.getSubYFixed())); in generateColorGlyphImage()
1156 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.cpp1002 int dy = SkFixedToFDot6(glyph->getSubYFixed()); in getBBoxForCurrentGlyph()
1062 (glyph.getSubXFixed() || glyph.getSubYFixed()); in shouldSubpixelBitmap()
1253 SkFixedToScalar(glyph->getSubYFixed())); in generateMetrics()
1316 SkFixedToScalar(glyph.getSubYFixed())); in generateImage()
DSkFontHost_FreeType_common.cpp1239 dy = SkFixedToFDot6(glyph.getSubYFixed()); in generateGlyphImage()
1267 SkFixedToScalar(glyph.getSubYFixed())); in generateGlyphImage()
/third_party/flutter/skia/tools/fonts/
DTestSVGTypeface.cpp213 SkScalar dy = SkFixedToScalar(glyph->getSubYFixed()); in generateMetrics()
238 SkScalar dy = SkFixedToScalar(glyph.getSubYFixed()); in generateImage()
/third_party/skia/tools/fonts/
DTestSVGTypeface.cpp214 SkScalar dy = SkFixedToScalar(glyph->getSubYFixed()); in generateMetrics()
239 SkScalar dy = SkFixedToScalar(glyph.getSubYFixed()); in generateImage()
/third_party/flutter/skia/tests/
DSkRemoteGlyphCacheTest.cpp878 SkFixedToScalar(lostGlyphID.getSubYFixed())}; in DEF_TEST()