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

  /external/skia/samplecode/
SampleTextureDomain.cpp 54 srcRect.setXYWH(1, 1, 3, 3);
55 dstRect.setXYWH(5, 5, 305, 305);
65 srcRect.setXYWH(1, 1, 3, 3);
66 dstRect.setXYWH(1, 1, 3, 3);
72 srcRect.setXYWH(1, 1, 3, 3);
73 dstRect.setXYWH(405, 5, 305, 305);
78 srcRect.setXYWH(1, 1, 3, 3);
79 dstRect.setXYWH(5, 405, 305, 305);
98 dstRect.setXYWH(-150, -150, 300, 300);
SampleClip.cpp 44 r.setXYWH(rand.nextSScalar1() * W, rand.nextSScalar1() * H,
49 r.setXYWH(rand.nextSScalar1() * W, rand.nextSScalar1() * H,
73 r.setXYWH(rand.nextSScalar1() * W, rand.nextSScalar1() * H,
78 r.setXYWH(rand.nextSScalar1() * W, rand.nextSScalar1() * H,
SampleQuadStroker.cpp 221 fRadiusControl.setXYWH(this->width() - 200, 30, 30, 400);
222 fWeightControl.setXYWH(this->width() - 150, 30, 30, 400);
223 fErrorControl.setXYWH(this->width() - 100, 30, 30, 400);
224 fWidthControl.setXYWH(this->width() - 50, 30, 30, 400);
226 fCubicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
228 fConicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
230 fQuadButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
232 fArcButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
234 fRRectButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
236 fCircleButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30)
    [all...]
SampleAtlas.cpp 153 fTex[i].setXYWH(sx, sy, cell, cell);
  /external/skia/src/android/
SkBitmapRegionDecoderPriv.h 50 subset->setXYWH(left, top, width, height);
  /external/skia/gm/
ninepatchstretch.cpp 32 center->setXYWH(kFixed, kFixed, kStretchy, kStretchy);
39 r.setXYWH(SkIntToScalar(kFixed), 0, SkIntToScalar(kStretchy), SkIntToScalar(kSize));
42 r.setXYWH(0, SkIntToScalar(kFixed), SkIntToScalar(kSize), SkIntToScalar(kStretchy));
lcdblendmodes.cpp 140 r.setXYWH(0, y - fTextHeight, SkIntToScalar(kColWidth), fTextHeight);
drawbitmaprect.cpp 213 srcRect.setXYWH(1, 1, 3, 3);
  /external/skia/tests/
MaskCacheTest.cpp 48 mask.fBounds.setXYWH(0, 0, 100, 100);
86 mask.fBounds.setXYWH(0, 0, 100, 100);
AAClipTest.cpp 237 r->setXYWH(0, 0, rand.nextU() % N, rand.nextU() % N);
PathOpsBuilderConicTest.cpp 86 set.fBounds.setXYWH(5, 5,
    [all...]
  /external/skia/src/gpu/text/
GrFontScaler.cpp 72 bounds->setXYWH(glyph.fLeft, glyph.fTop, glyph.fWidth, glyph.fHeight);
83 bounds->setXYWH(glyph.fLeft, glyph.fTop, glyph.fWidth, glyph.fHeight);
  /external/skia/bench/
GeometryBench.cpp 58 fRects[i].setXYWH(x, y, w, h);
PathBench.cpp 230 tempBounds.setXYWH(0, 0, SK_Scalar1, SK_Scalar1);
  /external/skia/include/core/
SkDevice.h 51 bounds->setXYWH(origin.x(), origin.y(), this->width(), this->height());
SkRect.h 138 void setXYWH(int32_t x, int32_t y, int32_t width, int32_t height) {
579 void setXYWH(SkScalar x, SkScalar y, SkScalar width, SkScalar height) {
  /external/skia/tools/debugger/
SkDebugCanvas.h 167 bounds->setXYWH(0, 0,
  /external/skia/src/codec/
SkSampledCodec.cpp 173 subset.setXYWH(subsetX, 0, subsetWidth, nativeSize.height());
SkGifCodec.cpp 385 frameRect->setXYWH(frameLeft, frameTop, frameWidth, frameHeight);
SkJpegCodec.cpp 455 fSwizzlerSubset.setXYWH(options.fSubset->x() - startX, 0,
  /external/skia/fuzz/
fuzz.cpp 298 subset.setXYWH(x, y, preScaleW, preScaleH);
  /external/skia/src/core/
SkBitmap.cpp 843 subset.setXYWH(fPixelRefOrigin.fX, fPixelRefOrigin.fY,
    [all...]
  /external/skia/dm/
DMSrcSink.cpp 584 subset.setXYWH(x, y, preScaleW, preScaleH);
    [all...]

Completed in 766 milliseconds