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

  /external/skia/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/include/effects/
SkDashPathEffect.h 48 DashType asADash(DashInfo* info) const override;
  /external/skia/src/gpu/
GrStrokeInfo.h 94 fDashType = pe->asADash(&dashInfo);
98 pe->asADash(&dashInfo);
  /external/skia/include/core/
SkPathEffect.h 105 * If the PathEffect can be represented as a dash pattern, asADash will return kDash_DashType
109 * info. Thus the general approach will be call asADash once with default info to get DashType
111 * in info, then call asADash again with the same info and the intervals will get copied in.
129 virtual DashType asADash(DashInfo* info) const;
  /external/skia/src/core/
SkPathEffect.cpp 25 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const {
SkPictureCommon.h 113 SkPathEffect::DashType dashType = effect->asADash(&info);
SkPictureContentInfo.cpp 50 SkPathEffect::DashType dashType = paint.getPathEffect()->asADash(&info);
  /external/skia/tools/lua/
scrape_dashing_full.lua 67 local de = pe:asADash()
  /external/skia/src/effects/
SkDashPathEffect.cpp 348 SkPathEffect::DashType SkDashPathEffect::asADash(DashInfo* info) const {
  /external/skia/tools/json/
SkJSONCanvas.cpp 367 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo);
370 pathEffect->asADash(&dashInfo);
    [all...]
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.cpp 67 if (pe->asADash(nullptr) != SkPathEffect::kDash_DashType) {
  /external/skia/src/utils/
SkLua.cpp     [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp     [all...]

Completed in 641 milliseconds