Searched refs:RectType (Results 1 – 10 of 10) sorted by relevance
/external/skia/bench/ |
D | RectanizerBench.cpp | 40 enum RectType { enum in RectanizerBench 46 RectanizerBench(RectanizerType rectanizerType, RectType rectType) in RectanizerBench() 119 RectType fRectType;
|
/external/skia/src/core/ |
D | SkDraw.h | 110 enum RectType { enum 125 static RectType ComputeRectType(const SkRect&, const SkPaint&, const SkMatrix&,
|
D | SkCanvasPriv.cpp | 51 lattice->fRectTypes = buffer.skipT<SkCanvas::Lattice::RectType>(flagCount); in ReadLattice() 62 SkAlign4(flagCount * sizeof(SkCanvas::Lattice::RectType)) + in WriteLattice()
|
D | SkLatticeIter.h | 68 SkTArray<SkCanvas::Lattice::RectType> fRectTypes;
|
D | SkLatticeIter.cpp | 172 const SkCanvas::Lattice::RectType* flags = lattice.fRectTypes; in SkLatticeIter()
|
D | SkRecords.h | 258 PODArray<SkCanvas::Lattice::RectType> flags;
|
D | SkDraw.cpp | 571 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/ |
D | lattice.cpp | 176 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/ |
D | LatticeOp.cpp | 461 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/ |
D | SkCanvas.h | 1551 enum RectType : uint8_t { enum 1559 const RectType* fRectTypes; //!< array of fill types
|