Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkQuadTree.cpp22 kTopRight_Bit = 1 << kTopRight, enumerator
28 kMaskRight = kTopRight_Bit | kBottomRight_Bit,
29 kMaskTop = kTopLeft_Bit | kTopRight_Bit,
64 case kTopRight_Bit: in insert()