Home
last modified time | relevance | path

Searched refs:scaledBounds (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/gpu/ops/
H A 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/skia/src/core/
H A DSkTextBlob.cpp913 SkScalar scaledBounds[2] = { in get_glyph_run_intercepts() local
918 scaledBounds, scale, pos.x(), glyph, intervals, intervalCount); in get_glyph_run_intercepts()
/third_party/skia/tests/
H A DImageFilterTest.cpp1977 SkIRect scaledBounds = SkIRect::MakeWH(128, 128); in DEF_TEST() local
1979 scaledBounds == source1->filterBounds(input, scale, in DEF_TEST()

Completed in 7 milliseconds