/external/pdfium/core/fxcrt/ |
D | fx_coordinates.h | 371 using RectType = CFX_RTemplate<BaseType>; variable 407 CFX_RTemplate(const RectType& other) in CFX_RTemplate() 426 RectType& operator+=(const PointType& p) { 431 RectType& operator-=(const PointType& p) { 468 void Inflate(const RectType& rt) { in Inflate() 487 void Deflate(const RectType& rt) { in Deflate() 499 bool Contains(const RectType& rt) const { in Contains() 528 void Union(const RectType& rt) { in Union() 540 void Intersect(const RectType& rt) { in Intersect() 552 bool IntersectWith(const RectType& rt) const { in IntersectWith() [all …]
|
/external/skia/bench/ |
D | RectanizerBench.cpp | 38 enum RectType { enum in RectanizerBench 44 RectanizerBench(RectanizerType rectanizerType, RectType rectType) in RectanizerBench() 117 RectType fRectType;
|
/external/skqp/bench/ |
D | RectanizerBench.cpp | 38 enum RectType { enum in RectanizerBench 44 RectanizerBench(RectanizerType rectanizerType, RectType rectType) in RectanizerBench() 117 RectType fRectType;
|
/external/skqp/src/core/ |
D | SkCanvasPriv.cpp | 48 lattice->fRectTypes = buffer.skipT<SkCanvas::Lattice::RectType>(flagCount); in ReadLattice() 59 SkAlign4(flagCount * sizeof(SkCanvas::Lattice::RectType)) + in WriteLattice()
|
D | SkDraw.h | 100 enum RectType { enum 115 static RectType ComputeRectType(const SkPaint&, const SkMatrix&,
|
D | SkLatticeIter.h | 57 SkTArray<SkCanvas::Lattice::RectType> fRectTypes;
|
D | SkLatticeIter.cpp | 173 const SkCanvas::Lattice::RectType* flags = lattice.fRectTypes; in SkLatticeIter()
|
D | SkRecords.h | 259 PODArray<SkCanvas::Lattice::RectType> flags;
|
D | SkDraw.cpp | 689 SkDraw::RectType SkDraw::ComputeRectType(const SkPaint& paint, in ComputeRectType() 692 RectType rtype; in ComputeRectType() 755 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize); in drawRect()
|
D | SkLiteDL.cpp | 336 pod<SkCanvas::Lattice::RectType>(this, (xs+ys)*sizeof(int)+ in draw() 627 size_t bytes = (xs + ys) * sizeof(int) + fs * sizeof(SkCanvas::Lattice::RectType) in drawImageLattice()
|
/external/skia/src/core/ |
D | SkCanvasPriv.cpp | 48 lattice->fRectTypes = buffer.skipT<SkCanvas::Lattice::RectType>(flagCount); in ReadLattice() 59 SkAlign4(flagCount * sizeof(SkCanvas::Lattice::RectType)) + in WriteLattice()
|
D | SkDraw.h | 101 enum RectType { enum 116 static RectType ComputeRectType(const SkPaint&, const SkMatrix&,
|
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 | 259 PODArray<SkCanvas::Lattice::RectType> flags;
|
D | SkDraw.cpp | 694 SkDraw::RectType SkDraw::ComputeRectType(const SkPaint& paint, in ComputeRectType() 697 RectType rtype; in ComputeRectType() 760 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize); in drawRect()
|
D | SkLiteDL.cpp | 336 pod<SkCanvas::Lattice::RectType>(this, (xs+ys)*sizeof(int)+ in draw() 627 size_t bytes = (xs + ys) * sizeof(int) + fs * sizeof(SkCanvas::Lattice::RectType) in drawImageLattice()
|
/external/skqp/gm/ |
D | lattice.cpp | 161 SkCanvas::Lattice::RectType flags[36]; in onDrawHelper() 162 sk_bzero(flags, 36 * sizeof(SkCanvas::Lattice::RectType)); in onDrawHelper() 289 SkCanvas::Lattice::RectType flags[9]; in onDrawHelper() 290 sk_bzero(flags, 9 * sizeof(SkCanvas::Lattice::RectType)); in onDrawHelper()
|
/external/skia/gm/ |
D | lattice.cpp | 161 SkCanvas::Lattice::RectType flags[36]; in onDrawHelper() 162 sk_bzero(flags, 36 * sizeof(SkCanvas::Lattice::RectType)); in onDrawHelper() 289 SkCanvas::Lattice::RectType flags[9]; in onDrawHelper() 290 sk_bzero(flags, 9 * sizeof(SkCanvas::Lattice::RectType)); in onDrawHelper()
|
/external/skqp/src/gpu/ops/ |
D | GrLatticeOp.cpp | 248 std::unique_ptr<SkCanvas::Lattice::RectType[]> flags; in GR_DRAW_OP_TEST_DEFINE() 276 flags.reset(new SkCanvas::Lattice::RectType[n]); in GR_DRAW_OP_TEST_DEFINE()
|
/external/skia/src/gpu/ops/ |
D | GrLatticeOp.cpp | 368 std::unique_ptr<SkCanvas::Lattice::RectType[]> flags; in GR_DRAW_OP_TEST_DEFINE() 403 flags.reset(new SkCanvas::Lattice::RectType[n]); in GR_DRAW_OP_TEST_DEFINE()
|
/external/skia/include/core/ |
D | SkCanvas.h | 1766 enum RectType : uint8_t { enum 1796 const RectType* fRectTypes;
|
/external/skqp/include/core/ |
D | SkCanvas.h | 1771 enum RectType : uint8_t { enum 1801 const RectType* fRectTypes;
|
/external/skqp/docs/ |
D | SkCanvas_Reference.bmh | 4731 enum RectType ... 4735 const RectType* fRectTypes; 4751 #Enum RectType 4753 enum RectType : uint8_t { 4792 #Member const RectType* fRectTypes 4800 Each RectType is one of: kDefault, kTransparent, kFixedColor. 4896 SkCanvas::Lattice::RectType fillTypes[3][3]; 4974 SkCanvas::Lattice::RectType fillTypes[3][3];
|
/external/skia/docs/ |
D | SkCanvas_Reference.bmh | 4732 enum RectType ... 4736 const RectType* fRectTypes; 4752 #Enum RectType 4754 enum RectType : uint8_t { 4793 #Member const RectType* fRectTypes 4801 Each RectType is one of: kDefault, kTransparent, kFixedColor. 4898 SkCanvas::Lattice::RectType fillTypes[3][3]; 4977 SkCanvas::Lattice::RectType fillTypes[3][3];
|