Searched refs:deviceBounds (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/pdf/ |
D | SkPDFShader.cpp | 838 SkRect deviceBounds; in Create() local 839 deviceBounds.set(state.fBBox); in Create() 840 if (!inverse_transform_bbox(finalMatrix, &deviceBounds)) { in Create() 857 deviceBounds.join(bitmapBounds); in Create() 860 SkISize size = SkISize::Make(SkScalarRoundToInt(deviceBounds.width()), in Create() 861 SkScalarRoundToInt(deviceBounds.height())); in Create() 870 canvas.translate(-deviceBounds.left(), -deviceBounds.top()); in Create() 871 patternBBox.offset(-deviceBounds.left(), -deviceBounds.top()); in Create() 873 finalMatrix.preTranslate(deviceBounds.left(), deviceBounds.top()); in Create() 915 rect = SkRect::MakeLTRB(deviceBounds.left(), deviceBounds.top(), 0, 0); in Create() [all …]
|
/external/skia/src/effects/ |
D | SkPictureImageFilter.cpp | 126 const SkIRect& deviceBounds, in drawPictureAtDeviceResolution() argument 130 canvas.translate(-SkIntToScalar(deviceBounds.fLeft), -SkIntToScalar(deviceBounds.fTop)); in drawPictureAtDeviceResolution() 136 const SkIRect& deviceBounds, in drawPictureAtLocalResolution() argument 157 canvas.translate(-SkIntToScalar(deviceBounds.fLeft), -SkIntToScalar(deviceBounds.fTop)); in drawPictureAtLocalResolution()
|
/external/skia/include/effects/ |
D | SkPictureImageFilter.h | 72 void drawPictureAtDeviceResolution(SkBaseDevice*, const SkIRect& deviceBounds, 74 void drawPictureAtLocalResolution(Proxy*, SkBaseDevice*, const SkIRect& deviceBounds,
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 2702 SkRect deviceBounds = SkRect::MakeXYWH(dx0, dy0, dx1 - dx0, dy1 - dy0); in setupPixelLocalStorage() local 2705 this->stampRectUsingProgram(fPLSSetupProgram.fProgram, deviceBounds, in setupPixelLocalStorage()
|