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

  /external/skia/src/gpu/
GrSWMaskHelper.h 48 // may be accumulated in the helper during creation, "resultBounds"
51 bool init(const GrIRect& resultBounds, const SkMatrix* matrix);
79 const GrIRect& resultBounds,
GrSWMaskHelper.cpp 87 bool GrSWMaskHelper::init(const GrIRect& resultBounds,
96 fMatrix.postTranslate(-resultBounds.fLeft * SK_Scalar1,
97 -resultBounds.fTop * SK_Scalar1);
98 GrIRect bounds = GrIRect::MakeWH(resultBounds.width(),
99 resultBounds.height());
163 const GrIRect& resultBounds,
170 if (!helper.init(resultBounds, matrix)) {
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]

Completed in 504 milliseconds