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

  /external/skia/include/core/
SkPathEffect.h 121 * and None otherwise. If a non NULL info is passed in, the various DashInfo will be filled
134 struct DashInfo {
135 DashInfo() : fIntervals(NULL), fCount(0), fPhase(0) {}
136 DashInfo(SkScalar* intervals, int32_t count, SkScalar phase)
146 virtual DashType asADash(DashInfo* info) const;
  /external/skia/src/gpu/
GrStyle.h 188 struct DashInfo {
189 DashInfo() : fType(SkPathEffect::kNone_DashType) {}
190 DashInfo& operator=(const DashInfo& that) {
211 DashInfo fDashInfo;
GrTestUtils.h 70 DashType asADash(DashInfo* info) const override;
GrStyle.cpp 113 SkPathEffect::DashInfo info;
GrTestUtils.cpp 283 SkPathEffect::DashType TestDashPathEffect::asADash(DashInfo* info) const {
  /external/skia/src/effects/
SkDashImpl.h 22 DashType asADash(DashInfo* info) const override;
SkDashPathEffect.cpp 351 SkPathEffect::DashType SkDashImpl::asADash(DashInfo* info) const {
  /external/skia/src/utils/
SkDashPathPriv.h 27 const SkPathEffect::DashInfo& info);
SkDashPath.cpp 317 const SkRect* cullRect, const SkPathEffect::DashInfo& info) {
SkLua.cpp 319 void SkLua::pushDash(const SkPathEffect::DashInfo& info, const char key[]) {
    [all...]
  /external/skia/tests/
AsADashTest.cpp 16 SkPathEffect::DashInfo info;
38 SkPathEffect::DashInfo info;
  /external/skia/include/utils/
SkLua.h 56 void pushDash(const SkPathEffect::DashInfo&, const char tableKey[] = NULL);
  /external/skia/src/core/
SkPictureCommon.h 96 SkPathEffect::DashInfo info;
SkPictureContentInfo.cpp 49 SkPathEffect::DashInfo info;
SkPathEffect.cpp 24 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const {
  /external/skia/src/gpu/ops/
GrDashOp.cpp 790 * interval). The radius of the dots is given by the strokeWidth and the spacing by the DashInfo.
799 typedef SkPathEffect::DashInfo DashInfo;
    [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp     [all...]

Completed in 551 milliseconds