HomeSort by relevance Sort by last modified time
    Searched refs:aShape (Results 1 - 2 of 2) sorted by null

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

Completed in 385 milliseconds