Home
last modified time | relevance | path

Searched refs:SK_G16_MASK_IN_PLACE (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/core/
H A DSkMipmap.cpp43 return (x & ~SK_G16_MASK_IN_PLACE) | ((x & SK_G16_MASK_IN_PLACE) << 16); in Expand()
46 return ((x & ~SK_G16_MASK_IN_PLACE) & 0xFFFF) | ((x >> 16) & SK_G16_MASK_IN_PLACE); in Compact()
/third_party/skia/include/private/
H A DSkColorData.h151 #define SK_G16_MASK_IN_PLACE (SK_G16_MASK << SK_G16_SHIFT) macro
/third_party/skia/tests/
H A DReadPixelsTest.cpp391 SK_R16_MASK_IN_PLACE, SK_G16_MASK_IN_PLACE, SK_B16_MASK_IN_PLACE, 0xFFFF, 0x0

Completed in 6 milliseconds