Searched defs:paintBitmap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkGatherPixelRefsAndRects.h123 SkBitmap paintBitmap; variable
124 if (GetBitmapFromPaint(paint, &paintBitmap)) {
125 fPRCont->add(paintBitmap.pixelRef(), mappedRect);
140 SkBitmap paintBitmap; variable
141 if (GetBitmapFromPaint(paint, &paintBitmap)) {
142 fPRCont->add(paintBitmap.pixelRef(), mappedRect);
/external/skia/src/utils/
H A DSkGatherPixelRefsAndRects.h128 SkBitmap paintBitmap; variable
129 if (GetBitmapFromPaint(paint, &paintBitmap)) {
130 fPRCont->add(paintBitmap.pixelRef(), mappedRect);
145 SkBitmap paintBitmap; variable
146 if (GetBitmapFromPaint(paint, &paintBitmap)) {
147 fPRCont->add(paintBitmap.pixelRef(), mappedRect);

Completed in 308 milliseconds