Home
last modified time | relevance | path

Searched refs:getSubXFixed (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/core/
DSkGlyph.h99 SkFixed getSubXFixed() const { in getSubXFixed() function
DSkScalerContext.cpp608 SkFixed dx = glyph.getSubXFixed(); in internalGetPath()
/external/skia/src/gpu/
DGrAtlasTextContext.cpp875 glyph.getSubXFixed(), in internalDrawBMPText()
945 glyph.getSubXFixed(), in internalDrawBMPPosText()
983 glyph.getSubXFixed(), in internalDrawBMPPosText()
1011 glyph.getSubXFixed(), in internalDrawBMPPosText()
1039 glyph.getSubXFixed(), in internalDrawBMPPosText()
1168 glyph.getSubXFixed(), in internalDrawDFPosText()
1201 glyph.getSubXFixed(), in internalDrawDFPosText()
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp381 fXform.dx = SkFixedToFloat(glyph->getSubXFixed()); in getBoundingBox()
634 fXform.dx = SkFixedToFloat(glyph.getSubXFixed()); in drawDWMask()
DSkFontHost_FreeType_common.cpp349 dx = SkFixedToFDot6(glyph.getSubXFixed()); in generateGlyphImage()
DSkFontHost_mac.cpp876 subX = SkFixedToFloat(glyph.getSubXFixed()); in getCG()
1106 skBounds.fRight += SkFixedToFloat(glyph->getSubXFixed()); in generateMetrics()
DSkFontHost_FreeType.cpp1037 int dx = SkFixedToFDot6(glyph->getSubXFixed()); in getBBoxForCurrentGlyph()