Searched refs:bmpBounds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp873 SkIRect bmpBounds = SkIRect::MakeWH(bitmap.width(), bitmap.height()); local
874 if (!clippedSrcIRect->intersect(bmpBounds)) {
/external/skia/src/gpu/
H A DSkGpuDevice.cpp904 SkIRect bmpBounds = SkIRect::MakeWH(bitmap.width(), bitmap.height()); local
905 if (!clippedSrcIRect->intersect(bmpBounds)) {

Completed in 62 milliseconds