Home
last modified time | relevance | path

Searched refs:rasterScale (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pdf/
DSkPDFShader.cpp439 const SkIRect& bbox, SkScalar rasterScale);
521 SkScalar rasterScale) { in GetPDFShader() argument
522 SkAutoTDelete<SkPDFShader::State> state(new State(shader, matrix, surfaceBBox, rasterScale)); in GetPDFShader()
1092 const SkIRect& bbox, SkScalar rasterScale) in State() argument
1125 SkScalar bitmapArea = rasterScale * bbox.width() * rasterScale * bbox.height(); in State()
1127 rasterScale *= SkScalarSqrt(kMaxBitmapArea / bitmapArea); in State()
1130 SkISize size = SkISize::Make(SkScalarRoundToInt(rasterScale * bbox.width()), in State()
1131 SkScalarRoundToInt(rasterScale * bbox.height())); in State()
DSkPDFShader.h50 SkScalar rasterScale);
DSkPDFDevice.cpp2103 SkScalar rasterScale = in populateGraphicStateEntryFromPaint() local
2106 fCanon, fRasterDpi, *shader, transform, bounds, rasterScale)); in populateGraphicStateEntryFromPaint()