Home
last modified time | relevance | path

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

/third_party/skia/bench/
DRectanizerBench.cpp38 enum RectType { enum in RectanizerBench
44 RectanizerBench(RectanizerType rectanizerType, RectType rectType) in RectanizerBench()
117 RectType fRectType;
/third_party/skia/src/core/
DSkDraw.h107 enum RectType { enum
122 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;
DSkDraw.cpp562 SkDraw::RectType SkDraw::ComputeRectType(const SkRect& rect, in ComputeRectType()
566 RectType rtype; in ComputeRectType()
628 RectType rtype = ComputeRectType(prePaintRect, paint, ctm, &strokeSize); in drawRect()
DSkLatticeIter.cpp172 const SkCanvas::Lattice::RectType* flags = lattice.fRectTypes; in SkLatticeIter()
DSkRecords.h254 PODArray<SkCanvas::Lattice::RectType> flags;
/third_party/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()
/third_party/skia/src/gpu/ops/
DLatticeOp.cpp460 std::unique_ptr<SkCanvas::Lattice::RectType[]> flags; in GR_DRAW_OP_TEST_DEFINE()
504 flags.reset(new SkCanvas::Lattice::RectType[n]); in GR_DRAW_OP_TEST_DEFINE()
/third_party/skia/include/core/
DSkCanvas.h1527 enum RectType : uint8_t { enum
1535 const RectType* fRectTypes; //!< array of fill types
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp111302 typedef nsRect RectType; typedef in nsRegion
111697 typedef Rect RectType; typedef in mozilla::gfx::BaseIntRegion
112047 typedef IntRectTyped<units> RectType; typedef in mozilla::gfx::IntRegionTyped