HomeSort by relevance Sort by last modified time
    Searched refs:SkIRect (Results 176 - 200 of 434) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/skia/tests/
RecordReplaceDrawTest.cpp 116 SkIRect::MakeWH(kWidth, kHeight),
117 SkIRect::MakeWH(kWidth, kHeight),
129 layer->setTexture(texture, SkIRect::MakeWH(kWidth, kHeight), false);
ImageFilterTest.cpp 238 SkRect rect = SkRect::Make(SkIRect::MakeWH(kBitmapSize, kBitmapSize));
323 SkImageFilter::Context ctx(SkMatrix::I(), SkIRect::MakeWH(100, 100), nullptr);
370 SkImageFilter::Context ctx(SkMatrix::I(), SkIRect::MakeWH(32, 32), nullptr);
379 SkImageFilter::Context negativeCTX(negativeScale, SkIRect::MakeWH(32, 32), nullptr);
449 recordingCanvas->drawRect(SkRect::Make(SkIRect::MakeXYWH(10, 10, 30, 20)), greenPaint);
524 tiledCanvas.clipRect(SkRect::Make(SkIRect::MakeXYWH(x, y, tileSize, tileSize)));
560 SkRect bounds = SkRect::Make(SkIRect::MakeXYWH(0, 0, 50, 50));
572 canvas.clipRect(SkRect::Make(SkIRect::MakeWH(tileSize, tileSize)));
614 SkIRect bounds = SkIRect::MakeXYWH(0, 0, 100, 100)
    [all...]
CanvasStateTest.cpp 160 SkIRect layerRect = SkIRect::MakeWH(WIDTH, HEIGHT / 4);
163 SkIRect clipRect = layerRect;
167 SkIRect regionBounds = clipRect;
170 SkIRect regionInterior = regionBounds;
229 const SkIRect& rect = iter.rect();
InfRectTest.cpp 17 SkIRect fRect;
38 SkIRect r;
SkResourceCacheTest.cpp 53 SkIRect rect = SkIRect::MakeWH(5, 5);
58 REPORTER_ASSERT(reporter, !SkBitmapCache::Add(cachedPR, SkIRect::MakeWH(4, 6), cachedBitmap, cache));
61 REPORTER_ASSERT(reporter, !SkBitmapCache::Add(cachedPR, SkIRect::MakeXYWH(-1, 0, 5, 5), cachedBitmap, cache));
155 const SkIRect subset = SkIRect::MakeWH(5, 5);
210 SkIRect rect = SkIRect::MakeWH(5, 5);
  /external/skia/tools/android/
SkAndroidSDKCanvas.h 47 void onDrawBitmapNine(const SkBitmap& bitmap, const SkIRect& center,
79 void onDrawImageNine(const SkImage*, const SkIRect& center,
87 bool getClipDeviceBounds(SkIRect*) const override;
  /external/skia/tools/
sk_tool_utils.h 121 void create_hemi_normal_map(SkBitmap* bm, const SkIRect& dst);
123 void create_frustum_normal_map(SkBitmap* bm, const SkIRect& dst);
125 void create_tetra_normal_map(SkBitmap* bm, const SkIRect& dst);
  /external/skia/include/core/
SkImageGenerator.h 167 GrTexture* generateTexture(GrContext*, const SkIRect* subset = nullptr);
189 * subset = SkIRect::MakeXYWH(subsetOrigin.x(), subsetOrigin.y(),
194 * whole = SkIRect::MakeWH(scaledSize.width(), scaledSize.height())
255 virtual GrTexture* onGenerateTexture(GrContext*, const SkIRect*) {
  /external/skia/include/effects/
SkMorphologyImageFilter.h 19 void onFilterNodeBounds(const SkIRect& src, const SkMatrix& ctm,
20 SkIRect* dst, MapDirection) const override;
  /external/skia/include/utils/
SkPaintFilterCanvas.h 73 void onDrawBitmapNine(const SkBitmap&, const SkIRect& center, const SkRect& dst,
78 void onDrawImageNine(const SkImage*, const SkIRect& center, const SkRect& dst,
  /external/skia/src/android/
SkBitmapRegionCanvas.cpp 19 const SkIRect& desiredSubset, int sampleSize, SkColorType dstColorType,
54 SkIRect subset = desiredSubset;
  /external/skia/src/core/
SkAdvancedTypefaceMetrics.h 40 , fBBox(SkIRect::MakeEmpty()) {}
87 SkIRect fBBox; // The bounding box of all glyphs (in font units).
SkImageInfo.cpp 103 SkIRect srcR = SkIRect::MakeXYWH(x, y, fInfo.width(), fInfo.height());
SkRegion.cpp 49 SkIRect* bounds) {
82 SkRegion::SkRegion(const SkIRect& rect) {
123 SkTSwap<SkIRect>(fBounds, other.fBounds);
154 bool SkRegion::setRect(const SkIRect& r) {
171 bool SkRegion::op(const SkIRect& rect, const SkRegion& rgn, Op op) {
177 bool SkRegion::op(const SkRegion& rgn, const SkIRect& rect, Op op) {
203 const SkIRect& r = iter.rect();
300 void SkRegion::BuildRectRuns(const SkIRect& bounds,
369 bool SkRegion::contains(const SkIRect& r) const {
449 bool SkRegion::intersects(const SkIRect& r) const
    [all...]
SkBlitter_Sprite.cpp 34 void SkSpriteBlitter::blitMask(const SkMask&, const SkIRect& clip) {
SkImageCacherator.h 27 static SkImageCacherator* NewFromGenerator(SkImageGenerator*, const SkIRect* subset = nullptr);
  /external/skia/src/effects/
SkColorFilterImageFilter.cpp 68 SkIRect bounds;
69 SkIRect srcBounds = src.bounds();
  /external/skia/src/utils/
SkImageGeneratorUtils.cpp 59 GrTexture* onGenerateTexture(GrContext* ctx, const SkIRect* subset) override {
115 GrTexture* onGenerateTexture(GrContext* ctx, const SkIRect* subset) override {
  /external/skia/bench/
BitmapRegionDecoderBench.cpp 15 uint32_t sampleSize, const SkIRect& subset)
SKPBench.cpp 24 SKPBench::SKPBench(const char* name, const SkPicture* pic, const SkIRect& clip, SkScalar scale,
53 SkIRect bounds;
73 const SkIRect tileRect = SkIRect::MakeXYWH(x, y, tileW, tileH);
  /external/skia/debugger/QT/
SkInspectorWidget.h 66 void setClip(const SkIRect& clip);
  /external/skia/experimental/iOSSampleApp/Shared/
SkUIView.h 44 - (void)postInvalWithRect:(const SkIRect*)rectOrNil;
  /external/skia/gm/
SkLinearBitmapPipelineGM.cpp 19 static void fill_in_bits(SkBitmap& bm, SkIRect ir, SkColor c, bool premul) {
44 const SkIRect ir = r.round();
88 const SkIRect ir = r.round();
135 const SkIRect ir = r.round();
  /external/skia/samplecode/
SampleWritePixels.cpp 52 bitmap.extractSubset(&subset, SkIRect::MakeXYWH(x, y, x, y));
  /external/skia/src/codec/
SkJpegCodec.h 121 SkIRect fSwizzlerSubset;

Completed in 249 milliseconds

1 2 3 4 5 6 78 91011>>