Home
last modified time | relevance | path

Searched refs:scaledBounds (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/gpu/ops/
DSmallPathRenderer.cpp360 SkRect scaledBounds = bounds; in addDFPathToAtlas() local
362 scaledBounds.fLeft *= scale; in addDFPathToAtlas()
363 scaledBounds.fTop *= scale; in addDFPathToAtlas()
364 scaledBounds.fRight *= scale; in addDFPathToAtlas()
365 scaledBounds.fBottom *= scale; in addDFPathToAtlas()
368 SkScalar dx = SkScalarFloorToScalar(scaledBounds.fLeft); in addDFPathToAtlas()
369 SkScalar dy = SkScalarFloorToScalar(scaledBounds.fTop); in addDFPathToAtlas()
370 scaledBounds.offset(-dx, -dy); in addDFPathToAtlas()
373 scaledBounds.roundOut(&devPathBounds); in addDFPathToAtlas()
/third_party/flutter/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp530 SkRect scaledBounds = bounds; in addDFPathToAtlas() local
532 scaledBounds.fLeft *= scale; in addDFPathToAtlas()
533 scaledBounds.fTop *= scale; in addDFPathToAtlas()
534 scaledBounds.fRight *= scale; in addDFPathToAtlas()
535 scaledBounds.fBottom *= scale; in addDFPathToAtlas()
538 SkScalar dx = SkScalarFloorToScalar(scaledBounds.fLeft); in addDFPathToAtlas()
539 SkScalar dy = SkScalarFloorToScalar(scaledBounds.fTop); in addDFPathToAtlas()
540 scaledBounds.offset(-dx, -dy); in addDFPathToAtlas()
543 scaledBounds.roundOut(&devPathBounds); in addDFPathToAtlas()
/third_party/flutter/skia/src/core/
DSkTextBlob.cpp885 SkScalar scaledBounds[2] = {bounds[0] / scale, bounds[1] / scale}; in get_glyph_run_intercepts() local
895 cache->findIntercepts(scaledBounds, scale, pos.x(), glyph, intervals, intervalCount); in get_glyph_run_intercepts()
/third_party/skia/src/core/
DSkTextBlob.cpp905 SkScalar scaledBounds[2] = { in get_glyph_run_intercepts() local
910 scaledBounds, scale, pos.x(), glyph, intervals, intervalCount); in get_glyph_run_intercepts()
/third_party/flutter/skia/tests/
DImageFilterTest.cpp1833 SkIRect scaledBounds = SkIRect::MakeWH(128, 128); in DEF_TEST() local
1835 scaledBounds == source1->filterBounds(input, scale, in DEF_TEST()
/third_party/skia/tests/
DImageFilterTest.cpp1977 SkIRect scaledBounds = SkIRect::MakeWH(128, 128); in DEF_TEST() local
1979 scaledBounds == source1->filterBounds(input, scale, in DEF_TEST()