OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kRRect
(Results
1 - 10
of
10
) sorted by null
/external/skia/gm/
blurignorexform.cpp
23
kRRect
,
145
DEF_GM(return new BlurIgnoreXformGM(BlurIgnoreXformGM::DrawType::
kRRect
);)
/external/skqp/gm/
blurignorexform.cpp
23
kRRect
,
145
DEF_GM(return new BlurIgnoreXformGM(BlurIgnoreXformGM::DrawType::
kRRect
);)
/external/skia/src/core/
SkPath_serial.cpp
36
kRRect
= 1
75
(SerializationType::
kRRect
<< kType_SerializationShift) |
162
SkASSERT(extract_serializationtype(packed) == SerializationType::
kRRect
);
203
case SerializationType::
kRRect
:
293
case SerializationType::
kRRect
:
SkClipStack.h
57
kRRect
,
107
//!< Call if getDeviceSpaceType() is
kRRect
to get the round-rect.
109
SkASSERT(DeviceSpaceType::
kRRect
== fDeviceSpaceType);
/external/skia/src/gpu/
GrShape.h
56
this->initType(Type::
kRRect
);
67
this->initType(Type::
kRRect
);
86
this->initType(Type::
kRRect
);
101
this->initType(Type::
kRRect
);
111
this->initType(Type::
kRRect
);
159
if (Type::
kRRect
!= fType) {
205
case Type::
kRRect
:
270
case Type::
kRRect
:
299
case Type::
kRRect
:
341
case Type::
kRRect
[
all
...]
/external/skqp/src/gpu/
GrShape.h
56
this->initType(Type::
kRRect
);
67
this->initType(Type::
kRRect
);
86
this->initType(Type::
kRRect
);
101
this->initType(Type::
kRRect
);
111
this->initType(Type::
kRRect
);
156
if (Type::
kRRect
!= fType) {
202
case Type::
kRRect
:
257
case Type::
kRRect
:
282
case Type::
kRRect
:
321
case Type::
kRRect
[
all
...]
/external/skqp/src/core/
SkClipStack.h
57
kRRect
,
107
//!< Call if getDeviceSpaceType() is
kRRect
to get the round-rect.
109
SkASSERT(DeviceSpaceType::
kRRect
== fDeviceSpaceType);
/external/skqp/include/core/
SkPath.h
[
all
...]
/external/skia/tests/
GrShapeTest.cpp
[
all
...]
/external/skqp/tests/
GrShapeTest.cpp
[
all
...]
Completed in 1796 milliseconds