Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_coordinates.h202 using RectType = CFX_RTemplate<BaseType>; variable
232 CFX_RTemplate(const RectType& other) in CFX_RTemplate()
251 RectType& operator+=(const PointType& p) {
256 RectType& operator-=(const PointType& p) {
293 void Inflate(const RectType& rt) { in Inflate()
312 void Deflate(const RectType& rt) { in Deflate()
324 bool Contains(const RectType& rt) const { in Contains()
355 void Union(const RectType& rt) { in Union()
369 void Intersect(const RectType& rt) { in Intersect()
383 bool IntersectWith(const RectType& rt) const { in IntersectWith()
[all …]
/external/skia/bench/
DRectanizerBench.cpp38 enum RectType { enum in RectanizerBench
44 RectanizerBench(RectanizerType rectanizerType, RectType rectType) in RectanizerBench()
117 RectType fRectType;
/external/skia/src/core/
DSkDraw.h104 enum RectType { enum
119 static RectType ComputeRectType(const SkPaint&, const SkMatrix&,
DSkDraw.cpp689 SkDraw::RectType SkDraw::ComputeRectType(const SkPaint& paint, in ComputeRectType()
692 RectType rtype; in ComputeRectType()
746 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize); in drawRect()