OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAddr1
(Results
1 - 8
of
8
) sorted by null
/external/skia/src/core/
SkBlitBWMaskTemplate.h
40
const uint8_t* bits = srcMask.
getAddr1
(cx, cy);
SkMask.h
63
uint8_t*
getAddr1
(int x, int y) const {
SkBlitter.cpp
314
const uint8_t* bits = mask.
getAddr1
(cx, cy);
[
all
...]
/external/skqp/src/core/
SkBlitBWMaskTemplate.h
40
const uint8_t* bits = srcMask.
getAddr1
(cx, cy);
SkMask.h
63
uint8_t*
getAddr1
(int x, int y) const {
SkBlitter.cpp
313
const uint8_t* bits = mask.
getAddr1
(cx, cy);
[
all
...]
/external/skia/src/pdf/
SkPDFFont.cpp
574
uint8_t v = *mask.
getAddr1
(x8 + bounds.x(), y + bounds.y());
[
all
...]
/external/skqp/src/pdf/
SkPDFFont.cpp
578
uint8_t v = *mask.
getAddr1
(x8 + bounds.x(), y + bounds.y());
[
all
...]
Completed in 8941 milliseconds