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

/external/skia/src/core/
H A DSkSpriteBlitter_RGB16.cpp167 static intptr_t asint(const void* ptr) { function
182 while (asint(src) & 3) {
190 if (asint(dst) & 2) {
H A DSkPaint.cpp1758 static uintptr_t asint(const void* p) {
1809 if (asint(this->getPathEffect()) |
1810 asint(this->getShader()) |
1811 asint(this->getXfermode()) |
1812 asint(this->getMaskFilter()) |
1813 asint(this->getColorFilter()) |
1814 asint(this->getRasterizer()) |
1815 asint(this->getLooper()) |
1816 asint(this->getImageFilter())) {

Completed in 35 milliseconds