Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkBitmapProcState.h120 #define UNPACK_PRIMARY_SHORT(packed) ((uint32_t)(packed) >> 16) macro
124 #define UNPACK_PRIMARY_SHORT(packed) ((packed) & 0xFFFF) macro
H A DSkBitmapProcState.cpp101 SkPMColor p0 = row[UNPACK_PRIMARY_SHORT (x01)]; in S32_alpha_D32_nofilter_DX()
103 SkPMColor p2 = row[UNPACK_PRIMARY_SHORT (x23)]; in S32_alpha_D32_nofilter_DX()

Completed in 3 milliseconds