Home
last modified time | relevance | path

Searched refs:RectType (Results 1 – 10 of 10) sorted by relevance

/external/skia/bench/
DRectanizerBench.cpp40 enum RectType { enum in RectanizerBench
46 RectanizerBench(RectanizerType rectanizerType, RectType rectType) in RectanizerBench()
119 RectType fRectType;
/external/skia/src/core/
DSkDraw.h110 enum RectType { enum
125 static RectType ComputeRectType(const SkRect&, const SkPaint&, const SkMatrix&,
DSkCanvasPriv.cpp51 lattice->fRectTypes = buffer.skipT<SkCanvas::Lattice::RectType>(flagCount); in ReadLattice()
62 SkAlign4(flagCount * sizeof(SkCanvas::Lattice::RectType)) + in WriteLattice()
DSkLatticeIter.h68 SkTArray<SkCanvas::Lattice::RectType> fRectTypes;
DSkLatticeIter.cpp172 const SkCanvas::Lattice::RectType* flags = lattice.fRectTypes; in SkLatticeIter()
DSkRecords.h258 PODArray<SkCanvas::Lattice::RectType> flags;
DSkDraw.cpp571 SkDraw::RectType SkDraw::ComputeRectType(const SkRect& rect, in ComputeRectType()
575 RectType rtype; in ComputeRectType()
637 RectType rtype = ComputeRectType(prePaintRect, paint, ctm, &strokeSize); in drawRect()
/external/skia/gm/
Dlattice.cpp176 SkCanvas::Lattice::RectType flags[36]; in onDrawHelper()
177 sk_bzero(flags, 36 * sizeof(SkCanvas::Lattice::RectType)); in onDrawHelper()
311 SkCanvas::Lattice::RectType flags[9]; in onDrawHelper()
312 sk_bzero(flags, 9 * sizeof(SkCanvas::Lattice::RectType)); in onDrawHelper()
/external/skia/src/gpu/ganesh/ops/
DLatticeOp.cpp461 std::unique_ptr<SkCanvas::Lattice::RectType[]> flags; in GR_DRAW_OP_TEST_DEFINE()
506 flags.reset(new SkCanvas::Lattice::RectType[n]); in GR_DRAW_OP_TEST_DEFINE()
/external/skia/include/core/
DSkCanvas.h1551 enum RectType : uint8_t { enum
1559 const RectType* fRectTypes; //!< array of fill types