Searched refs:fXMax (Results 1 – 13 of 13) sorted by relevance
/external/skia/src/core/ |
D | SkLinearBitmapPipeline.cpp | 360 , fXMax{max - 1.0f} { } 367 , fXMax{X(max) - 1.0f} 371 *xs = Sk4f::Min(Sk4f::Max(*xs, fXMin), fXMax); in processPoints() 383 const Sk4f fXMax{SK_FloatInfinity}; member in __anonfaf87f990111::ClampStrategy 391 RepeatStrategy(X max) : fXMax{max}, fXInvMax{1.0f/max} { } in RepeatStrategy() 394 : fXMax{X(max)} in RepeatStrategy() 402 Sk4f baseX = (divX * fXMax); in processPoints() 414 const Sk4f fXMax{0.0f}; member in __anonfaf87f990111::RepeatStrategy
|
D | SkTypeface.cpp | 356 fm.fXMax * invTextSize, fm.fBottom * invTextSize); in onComputeBounds()
|
D | SkRecordDraw.cpp | 534 correct.fRight += metrics.fXMax; in AdjustTextForFontMetrics() 540 metrics.fXMin, metrics.fTop, metrics.fXMax, metrics.fBottom); in AdjustTextForFontMetrics()
|
D | SkPaint.cpp | 1008 metrics->fXMax = SkScalarMul(metrics->fXMax, scale); in getFontMetrics()
|
/external/skia/src/fonts/ |
D | SkGScalerContext.cpp | 149 metrics->fXMax = SkScalarMul(metrics->fXMax, scale); in generateFontMetrics()
|
D | SkTestScalerContext.cpp | 274 metrics->fXMax = SkScalarMul(metrics->fXMax, scale); in generateFontMetrics()
|
/external/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 532 metrics->fXMax = fTextSizeRender * SkIntToScalar(dwfm1.glyphBoxRight) / upem; in generateFontMetrics() 534 metrics->fMaxCharWidth = metrics->fXMax - metrics->fXMin; in generateFontMetrics() 549 metrics->fXMax = fTextSizeRender * (int16_t)SkEndian_SwapBE16(head->xMax) / upem; in generateFontMetrics() 551 metrics->fMaxCharWidth = metrics->fXMax - metrics->fXMin; in generateFontMetrics()
|
D | SkFontHost_win.cpp | 969 metrics->fXMax = metrics->fMaxCharWidth; in generateFontMetrics() 996 metrics->fXMax = SkIntToScalar(otm.otmrcFontBox.right); in generateFontMetrics()
|
D | SkFontHost_mac.cpp | 1411 metrics->fXMax = CGToScalar( CGRectGetMaxX_inline(theBounds)); in generateFontMetrics() 1412 metrics->fMaxCharWidth = metrics->fXMax - metrics->fXMin; in generateFontMetrics()
|
D | SkFontHost_FreeType.cpp | 1409 metrics->fXMax = xmax * scale; in generateFontMetrics()
|
/external/skia/include/core/ |
D | SkPaint.h | 739 SkScalar fXMax; //!< The maximum bounding box x value for all glyphs member
|
/external/skia/tools/ |
D | create_test_font.cpp | 303 output_scalar(metrics.fXMax, emSize, &metricsStr); in output_font()
|
/external/skia/src/utils/ |
D | SkLua.cpp | 1050 SkScalar fXMax; //!< The maximum bounding box x value for all glyphs member
|