/external/skqp/src/gpu/ |
D | GrShape.h | 56 this->initType(Type::kRRect); in GrShape() 67 this->initType(Type::kRRect); in GrShape() 85 this->initType(Type::kRRect); in GrShape() 99 this->initType(Type::kRRect); in GrShape() 108 this->initType(Type::kRRect); in GrShape() 155 if (Type::kRRect != fType) { in isRect() 164 if (Type::kRRect != fType) { in asRRect() 210 case Type::kRRect: in asPath() 320 case Type::kRRect: in knownToBeConvex() 349 case Type::kRRect: in inverseFilled() [all …]
|
D | GrShape.cpp | 20 case Type::kRRect: in operator =() 83 case Type::kRRect: in MakeFilled() 158 case Type::kRRect: in bounds() 232 case Type::kRRect: in unstyledKeySize() 275 case Type::kRRect: in writeUnstyledKey() 396 case Type::kRRect: in GrShape() 526 this->changeType(Type::kRRect); in attemptToSimplifyPath() 533 this->changeType(Type::kRRect); in attemptToSimplifyPath() 540 this->changeType(Type::kRRect); in attemptToSimplifyPath() 553 this->changeType(Type::kRRect); in attemptToSimplifyPath() [all …]
|
D | GrReducedClip.cpp | 517 case Element::DeviceSpaceType::kRRect: in clipInsideElement() 549 case Element::DeviceSpaceType::kRRect: { in clipOutsideElement()
|
/external/skia/src/gpu/ |
D | GrShape.h | 56 this->initType(Type::kRRect); in GrShape() 67 this->initType(Type::kRRect); in GrShape() 85 this->initType(Type::kRRect); in GrShape() 99 this->initType(Type::kRRect); in GrShape() 108 this->initType(Type::kRRect); in GrShape() 155 if (Type::kRRect != fType) { in isRect() 164 if (Type::kRRect != fType) { in asRRect() 210 case Type::kRRect: in asPath() 320 case Type::kRRect: in knownToBeConvex() 349 case Type::kRRect: in inverseFilled() [all …]
|
D | GrShape.cpp | 20 case Type::kRRect: in operator =() 83 case Type::kRRect: in MakeFilled() 158 case Type::kRRect: in bounds() 232 case Type::kRRect: in unstyledKeySize() 275 case Type::kRRect: in writeUnstyledKey() 396 case Type::kRRect: in GrShape() 526 this->changeType(Type::kRRect); in attemptToSimplifyPath() 533 this->changeType(Type::kRRect); in attemptToSimplifyPath() 540 this->changeType(Type::kRRect); in attemptToSimplifyPath() 553 this->changeType(Type::kRRect); in attemptToSimplifyPath() [all …]
|
D | GrReducedClip.cpp | 517 case Element::DeviceSpaceType::kRRect: in clipInsideElement() 549 case Element::DeviceSpaceType::kRRect: { in clipOutsideElement()
|
/external/skqp/src/core/ |
D | SkClipStack.cpp | 27 case DeviceSpaceType::kRRect: in Element() 66 case DeviceSpaceType::kRRect: in operator ==() 82 case DeviceSpaceType::kRRect: in getBounds() 98 case DeviceSpaceType::kRRect: in contains() 114 case DeviceSpaceType::kRRect: in contains() 135 case DeviceSpaceType::kRRect: in invertShapeFillType() 185 fDeviceSpaceType = DeviceSpaceType::kRRect; in initRRect() 232 case DeviceSpaceType::kRRect: in asDeviceSpacePath() 492 case DeviceSpaceType::kRRect: in updateBoundAndGenID() 971 back->getDeviceSpaceType() != SkClipStack::Element::DeviceSpaceType::kRRect) { in isRRect() [all …]
|
D | SkPath_serial.cpp | 38 kRRect = 1 enumerator 77 (SerializationType::kRRect << kType_SerializationShift) | in writeToMemoryAsRRect() 164 SkASSERT(extract_serializationtype(packed) == SerializationType::kRRect); in readAsRRect() 205 case SerializationType::kRRect: in readFromMemory_EQ4() 295 case SerializationType::kRRect: in readFromMemory_LE3()
|
D | SkClipStack.h | 59 kRRect, enumerator 105 SkASSERT(DeviceSpaceType::kRRect == fDeviceSpaceType); in getDeviceSpaceRRect()
|
/external/skia/src/core/ |
D | SkClipStack.cpp | 27 case DeviceSpaceType::kRRect: in Element() 66 case DeviceSpaceType::kRRect: in operator ==() 82 case DeviceSpaceType::kRRect: in getBounds() 98 case DeviceSpaceType::kRRect: in contains() 114 case DeviceSpaceType::kRRect: in contains() 135 case DeviceSpaceType::kRRect: in invertShapeFillType() 185 fDeviceSpaceType = DeviceSpaceType::kRRect; in initRRect() 232 case DeviceSpaceType::kRRect: in asDeviceSpacePath() 492 case DeviceSpaceType::kRRect: in updateBoundAndGenID() 976 back->getDeviceSpaceType() != SkClipStack::Element::DeviceSpaceType::kRRect) { in isRRect() [all …]
|
D | SkPath_serial.cpp | 38 kRRect = 1 enumerator 77 (SerializationType::kRRect << kType_SerializationShift) | in writeToMemoryAsRRect() 164 SkASSERT(extract_serializationtype(packed) == SerializationType::kRRect); in readAsRRect() 205 case SerializationType::kRRect: in readFromMemory_EQ4() 295 case SerializationType::kRRect: in readFromMemory_LE3()
|
D | SkClipStack.h | 59 kRRect, enumerator 105 SkASSERT(DeviceSpaceType::kRRect == fDeviceSpaceType); in getDeviceSpaceRRect()
|
/external/skqp/gm/ |
D | blurignorexform.cpp | 23 kRRect, enumerator 143 DEF_GM(return new BlurIgnoreXformGM(BlurIgnoreXformGM::DrawType::kRRect);)
|
D | windowrectangles.cpp | 87 case SkClipStack::Element::DeviceSpaceType::kRRect: in onCoverClipStack()
|
/external/skia/gm/ |
D | blurignorexform.cpp | 23 kRRect, enumerator 143 DEF_GM(return new BlurIgnoreXformGM(BlurIgnoreXformGM::DrawType::kRRect);)
|
D | windowrectangles.cpp | 88 case SkClipStack::Element::DeviceSpaceType::kRRect: in onCoverClipStack()
|
/external/skqp/tests/ |
D | ClipStackTest.cpp | 302 case SkClipStack::Element::DeviceSpaceType::kRRect: in test_bounds() 931 case SkClipStack::Element::DeviceSpaceType::kRRect: in add_elem_to_stack() 1465 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kRRect); in DEF_TEST()
|
D | GrShapeTest.cpp | 1151 static const SkRRect kRRect = SkRRect::MakeRectXY(SkRect::MakeWH(12, 12), 3, 5); in test_path_effect_makes_rrect() local 1152 return kRRect; in test_path_effect_makes_rrect()
|
/external/skia/tests/ |
D | ClipStackTest.cpp | 302 case SkClipStack::Element::DeviceSpaceType::kRRect: in test_bounds() 931 case SkClipStack::Element::DeviceSpaceType::kRRect: in add_elem_to_stack() 1500 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kRRect); in DEF_TEST()
|
D | GrShapeTest.cpp | 1151 static const SkRRect kRRect = SkRRect::MakeRectXY(SkRect::MakeWH(12, 12), 3, 5); in test_path_effect_makes_rrect() local 1152 return kRRect; in test_path_effect_makes_rrect()
|