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

  /external/chromium_org/third_party/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 87 bool GrSWMaskHelper::init(const SkIRect& resultBounds,
96 fMatrix.postTranslate(-resultBounds.fLeft * SK_Scalar1,
97 -resultBounds.fTop * SK_Scalar1);
98 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(),
99 resultBounds.height());
150 const SkIRect& resultBounds,
157 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 87 bool GrSWMaskHelper::init(const SkIRect& resultBounds,
96 fMatrix.postTranslate(-resultBounds.fLeft * SK_Scalar1,
97 -resultBounds.fTop * SK_Scalar1);
98 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(),
99 resultBounds.height());
150 const SkIRect& resultBounds,
157 if (!helper.init(resultBounds, matrix)) {
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp     [all...]

Completed in 533 milliseconds