Searched refs:getSubYFixed (Results 1 – 15 of 15) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkGlyph.h | 74 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
|
D | SkScalerContext.cpp | 636 SkFixed dy = glyphID.getSubYFixed(); in internalGetPath()
|
/third_party/skia/src/core/ |
D | SkGlyph.h | 90 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
|
D | SkScalerContext.cpp | 710 SkFixed dy = glyphID.getSubYFixed(); in internalGetPath()
|
/third_party/flutter/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 434 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()
|
D | SkFontHost_FreeType_common.cpp | 387 dy = SkFixedToFDot6(glyph.getSubYFixed()); in generateGlyphImage() 415 SkFixedToScalar(glyph.getSubYFixed())); in generateGlyphImage()
|
D | SkFontHost_FreeType.cpp | 1098 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()
|
D | SkFontHost_mac.cpp | 1145 subY = SkFixedToFloat(glyph.getSubYFixed()); in getCG() 1228 skBounds.fBottom += SkFixedToFloat(glyph->getSubYFixed()); in generateMetrics()
|
/third_party/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 491 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()
|
D | SkScalerContext_mac_ct.cpp | 248 subY = SkFixedToFloat(glyph.getSubYFixed()); in getCG() 327 skBounds.fBottom += SkFixedToFloat(glyph->getSubYFixed()); in generateMetrics()
|
D | SkFontHost_FreeType.cpp | 1002 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()
|
D | SkFontHost_FreeType_common.cpp | 1239 dy = SkFixedToFDot6(glyph.getSubYFixed()); in generateGlyphImage() 1267 SkFixedToScalar(glyph.getSubYFixed())); in generateGlyphImage()
|
/third_party/flutter/skia/tools/fonts/ |
D | TestSVGTypeface.cpp | 213 SkScalar dy = SkFixedToScalar(glyph->getSubYFixed()); in generateMetrics() 238 SkScalar dy = SkFixedToScalar(glyph.getSubYFixed()); in generateImage()
|
/third_party/skia/tools/fonts/ |
D | TestSVGTypeface.cpp | 214 SkScalar dy = SkFixedToScalar(glyph->getSubYFixed()); in generateMetrics() 239 SkScalar dy = SkFixedToScalar(glyph.getSubYFixed()); in generateImage()
|
/third_party/flutter/skia/tests/ |
D | SkRemoteGlyphCacheTest.cpp | 878 SkFixedToScalar(lostGlyphID.getSubYFixed())}; in DEF_TEST()
|