Searched refs:fBounds (Results 76 - 100 of 138) sorted by relevance

123456

/external/skia/src/pathops/
H A DSkOpSegment.h33 return fBounds.fTop < rh.fBounds.fTop;
47 return fBounds;
114 return fBounds.fTop == fBounds.fBottom;
118 return fBounds.fLeft == fBounds.fRight;
176 fBounds.set(SK_ScalarMax, SK_ScalarMax, SK_ScalarMax, SK_ScalarMax);
531 SkPathOpsBounds fBounds; member in class:SkOpSegment
/external/deqp/framework/common/
H A DtcuTexCompareVerifier.cpp172 const Vec2& fBounds,
177 DE_ASSERT(0.0f <= fBounds.x() && fBounds.x() <= fBounds.y() && fBounds.y() <= 1.0f);
191 const float f0 = fBounds.x();
192 const float f1 = fBounds.y();
405 const Vec2& fBounds,
414 DE_ASSERT(0.0f <= fBounds.x() && fBounds
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkTextBlob.cpp112 , fBounds(bounds) {
147 buffer.writeRect(fBounds);
303 fBounds.setEmpty();
426 fBounds.join(*bounds);
480 const SkTextBlob* blob = new (fStorage.detach()) SkTextBlob(fRunCount, fBounds);
487 fBounds.setEmpty();
H A DSkRecordDraw.cpp136 FillBounds(const SkRecord& record, SkBBoxHierarchy* bbh) : fBounds(record.count()) {
160 if (!fBounds[i].isEmpty()) {
161 bbh->insert((void*)i, fBounds[i], true/*ok to defer*/);
229 void trackBounds(const Restore&) { fBounds[fCurrentOp] = this->popSaveBlock(); }
245 fBounds[fCurrentOp] = this->bounds(op);
246 this->updateSaveBounds(fBounds[fCurrentOp]);
324 fBounds[fControlIndices.top()] = bounds;
530 SkAutoTMalloc<Bounds> fBounds; member in class:SkRecords::FillBounds
H A DSkScan_AntiPath.cpp446 fMask.fBounds = ir;
455 memset(fStorage, 0, fMask.fBounds.height() * fMask.fRowBytes + 1);
530 SkASSERT(iy >= fMask.fBounds.fTop && iy < fMask.fBounds.fBottom);
531 iy -= fMask.fBounds.fTop; // make it relative to 0
543 SkASSERT(ix >= fMask.fBounds.fLeft && ix < fMask.fBounds.fRight);
547 x -= (fMask.fBounds.fLeft << SHIFT);
H A DSkBitmapCache.cpp37 , fBounds(bounds)
39 this->init(sizeof(fGenID) + sizeof(fScaleX) + sizeof(fScaleY) + sizeof(fBounds));
45 SkIRect fBounds; member in struct:BitmapKey
H A DSkDraw.cpp875 if (srcM.fBounds.isEmpty()) {
1144 mask.fBounds.set(ix, iy, ix + bitmap.width(), iy + bitmap.height());
1157 r.round(&mask.fBounds);
1165 if (!mask.fBounds.intersect(devBounds)) {
1171 mask.fRowBytes = SkAlign4(mask.fBounds.width());
1186 device.installPixels(SkImageInfo::MakeA8(mask.fBounds.width(), mask.fBounds.height()),
1191 c.translate(-SkIntToScalar(mask.fBounds.fLeft),
1192 -SkIntToScalar(mask.fBounds.fTop));
1442 SkIRect* bounds = &mask.fBounds;
[all...]
H A DSkBlitter.cpp121 SkASSERT(mask.fBounds.contains(clip));
126 int maskLeft = mask.fBounds.fLeft;
132 if (cx == maskLeft && clip.fRight == mask.fBounds.fRight) {
199 if (clip.quickReject(mask.fBounds)) {
203 SkRegion::Cliperator clipper(clip, mask.fBounds);
397 SkASSERT(mask.fBounds.contains(clip));
530 SkASSERT(mask.fBounds.contains(clip));
637 SkASSERT(fMask->fBounds.contains(x, y));
638 SkASSERT(fMask->fBounds.contains(x + count - 1, y));
/external/chromium_org/third_party/skia/gm/
H A Dsimpleaaclip.cpp32 SK_Scalar1 * mask.fBounds.fLeft,
33 SK_Scalar1 * mask.fBounds.fTop,
/external/chromium_org/third_party/skia/src/effects/
H A DSkEmbossMask.cpp100 int maxy = mask->fBounds.height() - 1;
101 int maxx = mask->fBounds.width() - 1;
/external/skia/gm/
H A Dsimpleaaclip.cpp32 SK_Scalar1 * mask.fBounds.fLeft,
33 SK_Scalar1 * mask.fBounds.fTop,
/external/skia/src/core/
H A DSkScan_AntiPath.cpp422 fMask.fBounds = ir;
431 memset(fStorage, 0, fMask.fBounds.height() * fMask.fRowBytes + 1);
506 SkASSERT(iy >= fMask.fBounds.fTop && iy < fMask.fBounds.fBottom);
507 iy -= fMask.fBounds.fTop; // make it relative to 0
519 SkASSERT(ix >= fMask.fBounds.fLeft && ix < fMask.fBounds.fRight);
523 x -= (fMask.fBounds.fLeft << SHIFT);
H A DSkDraw.cpp869 if (srcM.fBounds.isEmpty()) {
1131 mask.fBounds.set(ix, iy, ix + bitmap.width(), iy + bitmap.height());
1144 r.round(&mask.fBounds);
1152 if (!mask.fBounds.intersect(devBounds)) {
1158 mask.fRowBytes = SkAlign4(mask.fBounds.width());
1173 device.installPixels(SkImageInfo::MakeA8(mask.fBounds.width(), mask.fBounds.height()),
1178 c.translate(-SkIntToScalar(mask.fBounds.fLeft),
1179 -SkIntToScalar(mask.fBounds.fTop));
1429 SkIRect* bounds = &mask.fBounds;
[all...]
H A DSkBlitter.cpp121 SkASSERT(mask.fBounds.contains(clip));
126 int maskLeft = mask.fBounds.fLeft;
132 if (cx == maskLeft && clip.fRight == mask.fBounds.fRight) {
199 if (clip.quickReject(mask.fBounds)) {
203 SkRegion::Cliperator clipper(clip, mask.fBounds);
397 SkASSERT(mask.fBounds.contains(clip));
530 SkASSERT(mask.fBounds.contains(clip));
637 SkASSERT(fMask->fBounds.contains(x, y));
638 SkASSERT(fMask->fBounds.contains(x + count - 1, y));
/external/skia/src/effects/
H A DSkEmbossMask.cpp100 int maxy = mask->fBounds.height() - 1;
101 int maxx = mask->fBounds.width() - 1;
/external/chromium_org/third_party/skia/src/gpu/
H A DGrBitmapTextContext.cpp436 if (NULL == glyph || glyph->fBounds.isEmpty()) {
440 vx += SkIntToFixed(glyph->fBounds.fLeft);
441 vy += SkIntToFixed(glyph->fBounds.fTop);
444 SkFixed width = glyph->fBounds.width();
445 SkFixed height = glyph->fBounds.height();
498 translate.setTranslate(SkFixedToScalar(vx - SkIntToFixed(glyph->fBounds.fLeft)),
499 SkFixedToScalar(vy - SkIntToFixed(glyph->fBounds.fTop)));
H A DGrDistanceFieldTextContext.cpp252 if (NULL == glyph || glyph->fBounds.isEmpty()) {
260 vx += SkIntToFixed(glyph->fBounds.fLeft);
261 vy += SkIntToFixed(glyph->fBounds.fTop);
264 GrFixed width = glyph->fBounds.width();
265 GrFixed height = glyph->fBounds.height();
388 SkScalar dx = SkIntToScalar(glyph->fBounds.fLeft + SK_DistanceFieldInset);
389 SkScalar dy = SkIntToScalar(glyph->fBounds.fTop + SK_DistanceFieldInset);
390 SkScalar width = SkIntToScalar(glyph->fBounds.width() - 2*SK_DistanceFieldInset);
391 SkScalar height = SkIntToScalar(glyph->fBounds.height() - 2*SK_DistanceFieldInset);
403 SkFixed tw = SkIntToFixed(glyph->fBounds
[all...]
H A DGrTextStrike.cpp293 int width = glyph->fBounds.width();
294 int height = glyph->fBounds.height();
321 size_t size = glyph->fBounds.area() * bytesPerPixel;
/external/skia/src/gpu/
H A DGrBitmapTextContext.cpp438 if (NULL == glyph || glyph->fBounds.isEmpty()) {
442 vx += SkIntToFixed(glyph->fBounds.fLeft);
443 vy += SkIntToFixed(glyph->fBounds.fTop);
446 SkFixed width = glyph->fBounds.width();
447 SkFixed height = glyph->fBounds.height();
498 translate.setTranslate(SkFixedToScalar(vx - SkIntToFixed(glyph->fBounds.fLeft)),
499 SkFixedToScalar(vy - SkIntToFixed(glyph->fBounds.fTop)));
H A DGrDistanceFieldTextContext.cpp208 if (NULL == glyph || glyph->fBounds.isEmpty()) {
216 vx += SkIntToFixed(glyph->fBounds.fLeft);
217 vy += SkIntToFixed(glyph->fBounds.fTop);
220 GrFixed width = glyph->fBounds.width();
221 GrFixed height = glyph->fBounds.height();
327 SkScalar dx = SkIntToScalar(glyph->fBounds.fLeft + SK_DistanceFieldInset);
328 SkScalar dy = SkIntToScalar(glyph->fBounds.fTop + SK_DistanceFieldInset);
329 SkScalar width = SkIntToScalar(glyph->fBounds.width() - 2*SK_DistanceFieldInset);
330 SkScalar height = SkIntToScalar(glyph->fBounds.height() - 2*SK_DistanceFieldInset);
342 SkFixed tw = SkIntToFixed(glyph->fBounds
[all...]
/external/chromium_org/third_party/skia/tests/
H A DBlurTest.cpp166 src.fBounds.set(0, 0, width, height);
168 src.fRowBytes = src.fBounds.width();
176 int midX = dst.fBounds.centerX();
177 int midY = dst.fBounds.centerY();
180 for (i = 0; i < dst.fBounds.width()-(midX-dst.fBounds.fLeft); ++i) {
/external/skia/tests/
H A DBlurTest.cpp166 src.fBounds.set(0, 0, width, height);
168 src.fRowBytes = src.fBounds.width();
176 int midX = dst.fBounds.centerX();
177 int midY = dst.fBounds.centerY();
180 for (i = 0; i < dst.fBounds.width()-(midX-dst.fBounds.fLeft); ++i) {
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawRectangle.cpp75 value->fOperand.fS32 = fBounds.isEmpty() == false;
/external/skia/src/animator/
H A DSkDrawRectangle.cpp75 value->fOperand.fS32 = fBounds.isEmpty() == false;
/external/chromium_org/third_party/skia/bench/
H A DBlurRectBench.cpp116 r.roundOut(&fSrcMask.fBounds);
118 fSrcMask.fRowBytes = fSrcMask.fBounds.width();

Completed in 4037 milliseconds

123456