Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkQuadTree.cpp23 kBottomLeft_Bit = 1 << kBottomLeft, enumerator
27 kMaskLeft = kTopLeft_Bit | kBottomLeft_Bit,
30 kMaskBottom = kBottomLeft_Bit | kBottomRight_Bit,
67 case kBottomLeft_Bit: in insert()