Searched refs:SkIPoint (Results 1 - 25 of 287) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/bench/
H A DBenchmark.cpp31 SkIPoint Benchmark::getSize() {
55 SkIPoint Benchmark::onGetSize() {
56 return SkIPoint::Make(640, 480);
H A DChromeBench.cpp476 virtual SkIPoint onGetSize() { return SkIPoint::Make(W, H); }
H A DGMBench.cpp48 SkIPoint GMBench::onGetSize() {
50 return SkIPoint::Make(size.fWidth, size.fHeight);
H A DSKPBench.cpp30 SkIPoint SKPBench::onGetSize() {
31 return SkIPoint::Make(fClip.width(), fClip.height());
H A DGMBench.h27 virtual SkIPoint onGetSize() SK_OVERRIDE;
H A DRecordingBench.h22 virtual SkIPoint onGetSize() SK_OVERRIDE;
/external/chromium_org/third_party/skia/include/utils/
H A DSkCullPoints.h33 LineToResult lineTo(int x, int y, SkIPoint pts[2]);
37 SkIPoint fAsQuad[4]; // cache of fR as 4 points
38 SkIPoint fPrevPt; // private state
/external/skia/bench/
H A DBenchmark.cpp29 SkIPoint Benchmark::getSize() {
54 SkIPoint Benchmark::onGetSize() {
55 return SkIPoint::Make(640, 480);
H A DChromeBench.cpp476 virtual SkIPoint onGetSize() { return SkIPoint::Make(W, H); }
H A DGMBench.cpp48 SkIPoint GMBench::onGetSize() {
50 return SkIPoint::Make(size.fWidth, size.fHeight);
H A DGMBench.h25 virtual SkIPoint onGetSize() SK_OVERRIDE;
/external/skia/include/utils/
H A DSkCullPoints.h33 LineToResult lineTo(int x, int y, SkIPoint pts[2]);
37 SkIPoint fAsQuad[4]; // cache of fR as 4 points
38 SkIPoint fPrevPt; // private state
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMask.h19 SkIPoint *margin = NULL,
23 SkIPoint *margin = NULL,
35 SkIPoint* margin = NULL, bool force_quality=false);
40 SkIPoint* margin = NULL);
/external/skia/src/effects/
H A DSkBlurMask.h19 SkIPoint *margin = NULL,
23 SkIPoint *margin = NULL,
35 SkIPoint* margin = NULL, bool force_quality=false);
40 SkIPoint* margin = NULL);
/external/skia/include/core/
H A DSkImageFilter.h18 struct SkIPoint;
56 virtual bool get(const SkImageFilter* key, SkBitmap* result, SkIPoint* offset) = 0;
58 const SkBitmap& result, const SkIPoint& offset) = 0;
87 SkBitmap* result, SkIPoint* offset) = 0;
104 SkBitmap* result, SkIPoint* offset) const;
132 SkBitmap* result, SkIPoint* offset) const;
184 SkBitmap* result, SkIPoint* offset) const;
239 SkBitmap* result, SkIPoint* offset) const;
255 bool applyCropRect(const Context&, const SkBitmap& src, const SkIPoint& srcOffset,
266 bool applyCropRect(const Context&, Proxy* proxy, const SkBitmap& src, SkIPoint* srcOffse
[all...]
H A DSkPoint.h16 SkIPoint holds two 16 bit integer coordinates
36 /** \struct SkIPoint
38 SkIPoint holds two 32 bit integer coordinates
40 struct SkIPoint { struct
43 static SkIPoint Make(int32_t x, int32_t y) {
44 SkIPoint pt;
70 void rotateCW(SkIPoint* dst) const;
80 void rotateCCW(SkIPoint* dst) const;
94 SkIPoint operator-() const {
95 SkIPoint ne
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkPoint.h16 SkIPoint holds two 16 bit integer coordinates
36 /** \struct SkIPoint
38 SkIPoint holds two 32 bit integer coordinates
40 struct SkIPoint { struct
43 static SkIPoint Make(int32_t x, int32_t y) {
44 SkIPoint pt;
70 void rotateCW(SkIPoint* dst) const;
80 void rotateCCW(SkIPoint* dst) const;
94 SkIPoint operator-() const {
95 SkIPoint ne
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkTracker.h88 const SkIPoint* expectedTouched() {
99 const SkIPoint* expectedUntouched() {
111 fExpectedTouched[fCntExpectedTouched] = SkIPoint::Make(x, y);
124 fExpectedUntouched[fCntExpectedUntouched] = SkIPoint::Make(x, y);
216 SkIPoint fExpectedTouched[MAX_TRACKING_POINTS];
220 SkIPoint fExpectedUntouched[MAX_TRACKING_POINTS];
/external/skia/experimental/PdfViewer/
H A DSkTracker.h88 const SkIPoint* expectedTouched() {
99 const SkIPoint* expectedUntouched() {
111 fExpectedTouched[fCntExpectedTouched] = SkIPoint::Make(x, y);
124 fExpectedUntouched[fCntExpectedUntouched] = SkIPoint::Make(x, y);
216 SkIPoint fExpectedTouched[MAX_TRACKING_POINTS];
220 SkIPoint fExpectedUntouched[MAX_TRACKING_POINTS];
/external/chromium_org/media/base/
H A Duser_input_monitor.h14 struct SkIPoint;
31 virtual void OnMouseMoved(const SkIPoint& position) = 0;
/external/chromium_org/third_party/skia/src/utils/
H A DSkCanvasStack.h20 void pushCanvas(SkCanvas* canvas, const SkIPoint& origin);
44 SkIPoint origin;
/external/skia/include/effects/
H A DSkBicubicImageFilter.h42 SkBitmap* result, SkIPoint* loc) const SK_OVERRIDE;
47 SkBitmap* result, SkIPoint* offset) const SK_OVERRIDE;
H A DSkMatrixConvolutionImageFilter.h58 const SkIPoint& kernelOffset,
75 const SkIPoint& kernelOffset,
84 SkBitmap* result, SkIPoint* loc) const SK_OVERRIDE;
100 SkIPoint fKernelOffset;
/external/skia/src/utils/
H A DSkCanvasStack.h20 void pushCanvas(SkCanvas* canvas, const SkIPoint& origin);
44 SkIPoint origin;
/external/chromium_org/third_party/skia/include/effects/
H A DSkMatrixConvolutionImageFilter.h59 const SkIPoint& kernelOffset,
73 const SkIPoint& kernelOffset,
85 SkBitmap* result, SkIPoint* loc) const SK_OVERRIDE;
99 SkIPoint fKernelOffset;

Completed in 2936 milliseconds

1234567891011>>