Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsSimplifyRectThreadedTest.cpp26 int aShape = state.fA & 0x03; in testSimplify4x4RectsMain() local
46 if (aShape) { in testSimplify4x4RectsMain()
47 switch (aShape) { in testSimplify4x4RectsMain()
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DRegion.cpp127 bool Region::Shape::compareShapes(const Shape& aShape, const Shape& bShape) in compareShapes() argument
131 Shape::SpanIterator aSpan = aShape.spansBegin(); in compareShapes()
132 Shape::SpanIterator aSpanEnd = aShape.spansEnd(); in compareShapes()
144 Shape::SegmentIterator aSegment = aShape.segmentsBegin(aSpan); in compareShapes()
145 Shape::SegmentIterator aSegmentEnd = aShape.segmentsEnd(aSpan); in compareShapes()