Searched defs:devBound (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/skia/src/gpu/
H A DGrClipMaskManager.cpp39 const SkIRect &devBound) {
45 // equal to the view matrix followed by an offset to the devBound, and then a scaling matrix to
48 mat.preTranslate(SkIntToScalar(-devBound.fLeft),
49 SkIntToScalar(-devBound.fTop));
52 SkIRect domainTexels = SkIRect::MakeWH(devBound.width(), devBound.height());
37 setup_drawstate_aaclip(GrGpu* gpu, GrTexture* result, const SkIRect &devBound) argument
/external/skia/src/gpu/
H A DGrClipMaskManager.cpp39 const SkIRect &devBound) {
45 // equal to the view matrix followed by an offset to the devBound, and then a scaling matrix to
48 mat.preTranslate(SkIntToScalar(-devBound.fLeft),
49 SkIntToScalar(-devBound.fTop));
52 SkIRect domainTexels = SkIRect::MakeWH(devBound.width(), devBound.height());
37 setup_drawstate_aaclip(GrGpu* gpu, GrTexture* result, const SkIRect &devBound) argument

Completed in 595 milliseconds