Searched refs:RectType (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/bench/ |
D | RectanizerBench.cpp | 38 enum RectType { enum in RectanizerBench 44 RectanizerBench(RectanizerType rectanizerType, RectType rectType) in RectanizerBench() 117 RectType fRectType;
|
/third_party/skia/src/core/ |
D | SkDraw.h | 107 enum RectType { enum 122 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 | SkDraw.cpp | 562 SkDraw::RectType SkDraw::ComputeRectType(const SkRect& rect, in ComputeRectType() 566 RectType rtype; in ComputeRectType() 628 RectType rtype = ComputeRectType(prePaintRect, paint, ctm, &strokeSize); in drawRect()
|
D | SkLatticeIter.cpp | 172 const SkCanvas::Lattice::RectType* flags = lattice.fRectTypes; in SkLatticeIter()
|
D | SkRecords.h | 254 PODArray<SkCanvas::Lattice::RectType> flags;
|
/third_party/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()
|
/third_party/skia/src/gpu/ops/ |
D | LatticeOp.cpp | 460 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/ |
D | SkCanvas.h | 1527 enum RectType : uint8_t { enum 1535 const RectType* fRectTypes; //!< array of fill types
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 111302 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
|