Searched refs:RectType (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestLocation.h75 template<typename RectType>
76 bool intersectsRect(const RectType&) const;
H A DHitTestLocation.cpp118 template<typename RectType>
119 bool HitTestLocation::intersectsRect(const RectType& rect) const
/external/chromium_org/third_party/skia/bench/
H A DRectanizerBench.cpp38 enum RectType { enum in class:RectanizerBench
44 RectanizerBench(RectanizerType rectanizerType, RectType rectType)
117 RectType fRectType;
/external/skia/bench/
H A DRectanizerBench.cpp38 enum RectType { enum in class:RectanizerBench
44 RectanizerBench(RectanizerType rectanizerType, RectType rectType)
117 RectType fRectType;
/external/skia/include/core/
H A DSkDraw.h91 enum RectType { enum in class:SkDraw
103 * Iff RectType == kStroke_RectType, then strokeSize is set to the device
106 static RectType ComputeRectType(const SkPaint&, const SkMatrix&,
/external/chromium_org/third_party/skia/include/core/
H A DSkDraw.h94 enum RectType { enum in class:SkDraw
106 * Iff RectType == kStroke_RectType, then strokeSize is set to the device
109 static RectType ComputeRectType(const SkPaint&, const SkMatrix&,
/external/chromium_org/third_party/WebKit/Source/web/
H A DViewportAnchor.cpp47 template <typename RectType>
48 int area(const RectType& rect) {
/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp753 SkDraw::RectType SkDraw::ComputeRectType(const SkPaint& paint,
756 RectType rtype;
798 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize);
/external/skia/src/core/
H A DSkDraw.cpp752 SkDraw::RectType SkDraw::ComputeRectType(const SkPaint& paint,
755 RectType rtype;
797 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize);

Completed in 179 milliseconds