HomeSort by relevance Sort by last modified time
    Searched refs:fBounds (Results 76 - 100 of 130) sorted by null

1 2 34 5 6

  /external/skia/src/core/
SkTypeface.cpp 329 if (!this->onComputeBounds(&fBounds)) {
330 fBounds.setEmpty();
333 return fBounds;
SkPictureRecord.cpp 86 if (rec.fBounds) {
88 size += sizeof(*rec.fBounds);
114 this->addRect(*rec.fBounds);
561 SkASSERT(lattice.fBounds);
562 this->addIRect(*lattice.fBounds);
    [all...]
SkRecorder.cpp 242 SkASSERT(lattice.fBounds);
246 flagCount, this->copy(lattice.fFlags, flagCount), *lattice.fBounds, dst);
354 APPEND(SaveLayer, this->copy(rec.fBounds)
SkRegion_path.cpp 366 builder.copyToRect(&fBounds);
367 this->setRect(fBounds);
373 tmp.fRunHead->computeRunBounds(&tmp.fBounds);
SkOverdrawCanvas.cpp 256 if (!latticePlusBounds.fBounds) {
258 latticePlusBounds.fBounds = &bounds;
SkPixmap.cpp 42 this->reset(SkImageInfo::MakeA8(src.fBounds.width(), src.fBounds.height()),
SkGlyph.h 131 // the fBounds contains the top and bottom of the underline. The fInterval pair contains the
136 SkScalar fBounds[2]; // for horz underlines, the boundaries in Y
SkGlyphCache.cpp 305 if (bounds[0] == intercept->fBounds[0] && bounds[1] == intercept->fBounds[1]) {
326 intercept->fBounds[0] = bounds[0];
327 intercept->fBounds[1] = bounds[1];
  /external/skia/src/pathops/
SkPathOpsWinding.cpp 107 SkScalar boundsXY = rect_side(fBounds, dir);
120 if (!sideways_overlap(fBounds, base.fPt, dir)) {
124 SkScalar boundsXY = rect_side(fBounds, dir);
  /external/mesa3d/include/HaikuGL/
GLView.h 122 BRect fBounds;
  /external/skia/include/core/
SkTypeface.h 396 mutable SkRect fBounds;
SkCanvas.h 329 : fBounds(bounds)
335 : fBounds(bounds)
345 : fBounds(bounds)
353 const SkRect* fBounds = nullptr; // optional
    [all...]
  /external/skia/src/gpu/ops/
GrSmallPathRenderer.h 110 SkRect fBounds;
  /frameworks/base/core/jni/android/graphics/
NinePatch.cpp 102 lattice.fBounds = &src;
  /external/skia/gm/
aaclip.cpp 60 rec.fBounds = &r0;
64 rec.fBounds = &r1;
lattice.cpp 131 lattice.fBounds = (bounds == SkIRect::MakeWH(image->width(), image->height())) ?
savelayer.cpp 218 rec.fBounds = cfg.bounds;
  /external/skia/src/gpu/gl/
GrGLPath.cpp 321 fBounds = skPath->getBounds();
323 fBounds.outset(radius, radius);
  /external/skia/src/gpu/text/
GrAtlasTextBlob_regenInOp.cpp 29 int width = glyph->fBounds.width();
30 int height = glyph->fBounds.height();
  /external/skia/src/utils/
SkLuaCanvas.cpp 91 if (rec.fBounds) {
92 lua.pushRect(*rec.fBounds, "bounds");
  /external/skia/tests/
BlurTest.cpp 160 src.fBounds.set(0, 0, width, height);
162 src.fRowBytes = src.fBounds.width();
171 int midX = dst.fBounds.centerX();
172 int midY = dst.fBounds.centerY();
175 for (i = 0; i < dst.fBounds.width()-(midX-dst.fBounds.fLeft); ++i) {
  /external/skia/samplecode/
SampleFatBits.cpp 93 fBounds.set(0, 0, SkIntToScalar(width * zoom), SkIntToScalar(height * zoom));
119 SkRect fBounds, fClipRect;
183 canvas->drawRect(fBounds, paint);
  /external/skia/src/pipe/
SkPipeCanvas.cpp 234 if (rec.fBounds) {
251 if (rec.fBounds) {
252 writer.writeRect(*rec.fBounds);
590 SkASSERT(lattice.fBounds);
591 writer.write(&lattice.fBounds, sizeof(*lattice.fBounds));
    [all...]
  /external/skia/tools/debugger/
SkObjectParser.cpp 417 if (nullptr != lattice.fBounds) {
418 mLattice->append(*IRectToString(*lattice.fBounds));
  /external/dng_sdk/source/
dng_misc_opcodes.h 36 dng_rect fBounds;

Completed in 852 milliseconds

1 2 34 5 6