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

/external/chromium_org/third_party/skia/src/utils/
H A DSkGatherPixelRefsAndRects.h29 fPRCont = prCont;
30 SkSafeRef(fPRCont);
35 SkSafeUnref(fPRCont);
51 fPRCont->add(bm.pixelRef(), clipRect);
86 fPRCont->add(bm.pixelRef(), mappedRect);
121 fPRCont->add(bitmap.pixelRef(), mappedRect);
125 fPRCont->add(paintBitmap.pixelRef(), mappedRect);
138 fPRCont->add(bitmap.pixelRef(), mappedRect);
142 fPRCont->add(paintBitmap.pixelRef(), mappedRect);
291 SkPictureUtils::SkPixelRefContainer* fPRCont; member in class:SkGatherPixelRefsAndRectsDevice
[all...]
/external/skia/src/utils/
H A DSkGatherPixelRefsAndRects.h29 fPRCont = prCont;
30 SkSafeRef(fPRCont);
35 SkSafeUnref(fPRCont);
56 fPRCont->add(bm.pixelRef(), clipRect);
91 fPRCont->add(bm.pixelRef(), mappedRect);
126 fPRCont->add(bitmap.pixelRef(), mappedRect);
130 fPRCont->add(paintBitmap.pixelRef(), mappedRect);
143 fPRCont->add(bitmap.pixelRef(), mappedRect);
147 fPRCont->add(paintBitmap.pixelRef(), mappedRect);
296 SkPictureUtils::SkPixelRefContainer* fPRCont; member in class:SkGatherPixelRefsAndRectsDevice
[all...]

Completed in 94 milliseconds