Home
last modified time | relevance | path

Searched refs:getAddr1 (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/core/
DSkMask.h59 uint8_t* getAddr1(int x, int y) const { in getAddr1() function
/external/skia/src/core/
DSkBlitBWMaskTemplate.h40 const uint8_t* bits = srcMask.getAddr1(cx, cy); in SK_BLITBWMASK_NAME()
DSkBlitter.cpp140 const uint8_t* bits = mask.getAddr1(cx, cy); in blitMask()
/external/skia/src/pdf/
DSkPDFDevice.cpp1358 uint8_t v = *mask.getAddr1(x8 + bounds.x(), y + bounds.y()); in image_from_mask()