HomeSort by relevance Sort by last modified time
    Searched refs:resultBounds (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrSWMaskHelper.h 50 // may be accumulated in the helper during creation, "resultBounds"
54 bool init(const SkIRect& resultBounds, const SkMatrix* matrix, bool allowCompression = true);
81 const SkIRect& resultBounds,
GrSWMaskHelper.cpp 160 bool GrSWMaskHelper::init(const SkIRect& resultBounds,
170 fMatrix.postTranslate(-resultBounds.fLeft * SK_Scalar1,
171 -resultBounds.fTop * SK_Scalar1);
172 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(),
173 resultBounds.height());
318 const SkIRect& resultBounds,
323 if (!helper.init(resultBounds, matrix)) {
  /external/skia/src/gpu/
GrSWMaskHelper.h 48 // may be accumulated in the helper during creation, "resultBounds"
51 bool init(const SkIRect& resultBounds, const SkMatrix* matrix);
78 const SkIRect& resultBounds,
GrSWMaskHelper.cpp 92 bool GrSWMaskHelper::init(const SkIRect& resultBounds,
101 fMatrix.postTranslate(-resultBounds.fLeft * SK_Scalar1,
102 -resultBounds.fTop * SK_Scalar1);
103 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(),
104 resultBounds.height());
192 const SkIRect& resultBounds,
197 if (!helper.init(resultBounds, matrix)) {
  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.cpp 283 IntRect resultBounds = resultRange->boundingBox();
287 m_activeMatch->boundingBox() : resultBounds;
295 if (m_locatingActiveRect && (activeSelectionRect == resultBounds)) {
306 m_ownerFrame.frameView()->contentsToWindow(resultBounds),
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 510 SkIRect resultBounds;
519 &resultBounds,
    [all...]
  /external/skia/src/utils/
SkLua.cpp 502 SkIRect resultBounds;
511 &resultBounds,
    [all...]

Completed in 350 milliseconds