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 47 // may be accumulated in the helper during creation, "resultBounds"
50 bool init(const SkIRect& resultBounds, const SkMatrix* matrix);
72 const SkIRect& resultBounds,
GrSWMaskHelper.cpp 75 bool GrSWMaskHelper::init(const SkIRect& resultBounds, const SkMatrix* matrix) {
83 fMatrix.postTranslate(-SkIntToScalar(resultBounds.fLeft), -SkIntToScalar(resultBounds.fTop));
84 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(), resultBounds.height());
138 const SkIRect& resultBounds,
144 if (!helper.init(resultBounds, matrix)) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
float16_gen.c 228 unsigned short resultBounds[2];
237 getErrorBar(result, tolerance, resultBounds);
239 printf("{ (short) 0x%04x, (short) 0x%04x},", resultBounds[0],
240 resultBounds[1]);

Completed in 531 milliseconds