HomeSort by relevance Sort by last modified time
    Searched refs:asADash (Results 1 - 25 of 27) sorted by null

1 2

  /external/skia/tests/
AsADashTest.cpp 20 SkPathEffect::DashType dashType = pe->asADash(&info);
29 SkPathEffect::DashType dashType = pe->asADash(nullptr);
42 SkPathEffect::DashType dashType = pe->asADash(&info);
47 // Since it is a kDash_DashType, allocate space for the intervals and recall asADash
50 pe->asADash(&info);
  /external/skqp/tests/
AsADashTest.cpp 18 SkPathEffect::DashType dashType = pe->asADash(&info);
27 SkPathEffect::DashType dashType = pe->asADash(nullptr);
40 SkPathEffect::DashType dashType = pe->asADash(&info);
45 // Since it is a kDash_DashType, allocate space for the intervals and recall asADash
48 pe->asADash(&info);
  /external/skia/src/effects/
SkDashImpl.h 22 DashType asADash(DashInfo* info) const override;
SkDashPathEffect.cpp 351 SkPathEffect::DashType SkDashImpl::asADash(DashInfo* info) const {
  /external/skqp/src/effects/
SkDashImpl.h 22 DashType asADash(DashInfo* info) const override;
SkDashPathEffect.cpp 351 SkPathEffect::DashType SkDashImpl::asADash(DashInfo* info) const {
  /external/skia/include/core/
SkPathEffect.h 120 * If the PathEffect can be represented as a dash pattern, asADash will return kDash_DashType
124 * info. Thus the general approach will be call asADash once with default info to get DashType
126 * in info, then call asADash again with the same info and the intervals will get copied in.
146 virtual DashType asADash(DashInfo* info) const;
  /external/skqp/include/core/
SkPathEffect.h 120 * If the PathEffect can be represented as a dash pattern, asADash will return kDash_DashType
124 * info. Thus the general approach will be call asADash once with default info to get DashType
126 * in info, then call asADash again with the same info and the intervals will get copied in.
146 virtual DashType asADash(DashInfo* info) const;
  /external/skia/src/core/
SkPictureCommon.h 40 SkPathEffect::DashType dashType = effect->asADash(&info);
SkPathEffect.cpp 24 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const {
  /external/skqp/src/core/
SkPictureCommon.h 40 SkPathEffect::DashType dashType = effect->asADash(&info);
SkPathEffect.cpp 24 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const {
  /external/skia/src/gpu/
GrTestUtils.h 75 DashType asADash(DashInfo* info) const override;
GrStyle.cpp 114 if (SkPathEffect::kDash_DashType == pe->asADash(&info)) {
121 pe->asADash(&info);
GrTestUtils.cpp 294 SkPathEffect::DashType TestDashPathEffect::asADash(DashInfo* info) const {
  /external/skqp/src/gpu/
GrTestUtils.h 75 DashType asADash(DashInfo* info) const override;
GrStyle.cpp 114 if (SkPathEffect::kDash_DashType == pe->asADash(&info)) {
121 pe->asADash(&info);
GrTestUtils.cpp 294 SkPathEffect::DashType TestDashPathEffect::asADash(DashInfo* info) const {
  /external/skia/tools/lua/
count_dashes.lua 28 if t.verb == "drawPath" and pe:asADash() then
scrape_dashing_full.lua 67 local de = pe:asADash()
  /external/skqp/tools/lua/
count_dashes.lua 28 if t.verb == "drawPath" and pe:asADash() then
scrape_dashing_full.lua 67 local de = pe:asADash()
  /external/skqp/src/gpu/text/
GrStencilAndCoverTextContext.cpp 60 if (pe->asADash(nullptr) != SkPathEffect::kDash_DashType) {
  /external/skia/src/utils/
SkLua.cpp     [all...]
  /external/skqp/src/utils/
SkLua.cpp     [all...]

Completed in 350 milliseconds

1 2