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

  /external/chromium_org/third_party/skia/experimental/Intersection/
SimplifyRect4x4_Test.cpp 25 int aShape = state.a & 0x03;
45 if (aShape) {
46 switch (aShape) {
  /external/chromium_org/third_party/skia/tests/
PathOpsSimplifyRectThreadedTest.cpp 26 int aShape = state.fA & 0x03;
46 if (aShape) {
47 switch (aShape) {
  /external/skia/experimental/Intersection/
SimplifyRect4x4_Test.cpp 25 int aShape = state.a & 0x03;
45 if (aShape) {
46 switch (aShape) {
  /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 309 milliseconds