Home
last modified time | relevance | path

Searched refs:kFillType_SerializationShift (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkPath_serial.cpp23 kFillType_SerializationShift = 8, // requires 8 bits enumerator
49 return static_cast<SkPathFillType>((packed >> kFillType_SerializationShift) & 0x3); in extract_filltype()
78 int32_t packed = (fFillType << kFillType_SerializationShift) | in writeToMemoryAsRRect()
99 int32_t packed = (fFillType << kFillType_SerializationShift) | in writeToMemory()
/third_party/flutter/skia/src/core/
DSkPath_serial.cpp22 kFillType_SerializationShift = 8, // requires 8 bits enumerator
46 return static_cast<SkPath::FillType>((packed >> kFillType_SerializationShift) & 0x3); in extract_filltype()
75 int32_t packed = (fFillType << kFillType_SerializationShift) | in writeToMemoryAsRRect()
96 int32_t packed = (fFillType << kFillType_SerializationShift) | in writeToMemory()