OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDash_DashType
(Results
1 - 10
of
10
) sorted by null
/external/skia/tests/
AsADashTest.cpp
28
REPORTER_ASSERT(reporter, SkPathEffect::
kDash_DashType
== dashType);
41
REPORTER_ASSERT(reporter, SkPathEffect::
kDash_DashType
== dashType);
45
// Since it is a
kDash_DashType
, allocate space for the intervals and recall asADash
/external/skia/src/gpu/
GrStrokeInfo.h
95
if (SkPathEffect::
kDash_DashType
== fDashType) {
111
fDashType = SkPathEffect::
kDash_DashType
;
123
return (!this->isFillStyle() && SkPathEffect::
kDash_DashType
== fDashType);
/external/skia/include/core/
SkPathEffect.h
105
* If the PathEffect can be represented as a dash pattern, asADash will return
kDash_DashType
116
kDash_DashType
, //!< fills in all of the info parameter
/external/skia/src/core/
SkPictureCommon.h
115
SkPathEffect::
kDash_DashType
== dashType && 2 == info.fCount) {
SkPictureContentInfo.cpp
52
SkPathEffect::
kDash_DashType
== dashType && 2 == info.fCount) {
/external/skia/src/effects/
SkDashPathEffect.cpp
356
return
kDash_DashType
;
/external/skia/src/gpu/text/
GrStencilAndCoverTextContext.cpp
67
if (pe->asADash(nullptr) != SkPathEffect::
kDash_DashType
) {
/external/skia/tools/json/
SkJSONCanvas.cpp
368
if (dashType == SkPathEffect::
kDash_DashType
) {
[
all
...]
/external/skia/src/utils/
SkLua.cpp
[
all
...]
/external/skia/tools/debugger/
SkDrawCommand.cpp
[
all
...]
Completed in 457 milliseconds