Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrShape.h56 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 …]
DGrShape.cpp20 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 …]
DGrReducedClip.cpp517 case Element::DeviceSpaceType::kRRect: in clipInsideElement()
549 case Element::DeviceSpaceType::kRRect: { in clipOutsideElement()
/external/skia/src/gpu/
DGrShape.h56 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 …]
DGrShape.cpp20 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 …]
DGrReducedClip.cpp517 case Element::DeviceSpaceType::kRRect: in clipInsideElement()
549 case Element::DeviceSpaceType::kRRect: { in clipOutsideElement()
/external/skqp/src/core/
DSkClipStack.cpp27 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 …]
DSkPath_serial.cpp38 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()
DSkClipStack.h59 kRRect, enumerator
105 SkASSERT(DeviceSpaceType::kRRect == fDeviceSpaceType); in getDeviceSpaceRRect()
/external/skia/src/core/
DSkClipStack.cpp27 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 …]
DSkPath_serial.cpp38 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()
DSkClipStack.h59 kRRect, enumerator
105 SkASSERT(DeviceSpaceType::kRRect == fDeviceSpaceType); in getDeviceSpaceRRect()
/external/skqp/gm/
Dblurignorexform.cpp23 kRRect, enumerator
143 DEF_GM(return new BlurIgnoreXformGM(BlurIgnoreXformGM::DrawType::kRRect);)
Dwindowrectangles.cpp87 case SkClipStack::Element::DeviceSpaceType::kRRect: in onCoverClipStack()
/external/skia/gm/
Dblurignorexform.cpp23 kRRect, enumerator
143 DEF_GM(return new BlurIgnoreXformGM(BlurIgnoreXformGM::DrawType::kRRect);)
Dwindowrectangles.cpp88 case SkClipStack::Element::DeviceSpaceType::kRRect: in onCoverClipStack()
/external/skqp/tests/
DClipStackTest.cpp302 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()
DGrShapeTest.cpp1151 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/
DClipStackTest.cpp302 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()
DGrShapeTest.cpp1151 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()