Searched defs:fBounds (Results 1 - 25 of 45) sorted by path

12

/external/chromium_org/third_party/skia/include/core/
H A DSkMask.h34 SkIRect fBounds; member in struct:SkMask
40 bool isEmpty() const { return fBounds.isEmpty(); }
56 x,y are in the same coordiate space as fBounds.
60 SkASSERT(fBounds.contains(x, y));
62 return fImage + ((x - fBounds.fLeft) >> 3) + (y - fBounds.fTop) * fRowBytes;
67 x,y are in the same coordiate space as fBounds.
71 SkASSERT(fBounds.contains(x, y));
73 return fImage + x - fBounds.fLeft + (y - fBounds
[all...]
H A DSkPathRef.h167 return fBounds;
298 fIsFinite = ComputePtBounds(fBounds.get(), *this);
304 fBounds = rect;
306 fIsFinite = fBounds->isFinite();
438 mutable SkTRacyReffable<SkRect> fBounds; member in class:SkPathRef
H A DSkRegion.h86 const SkIRect& getBounds() const { return fBounds; }
197 SkASSERT(this->isEmpty() == fBounds.isEmpty()); // valid region
201 /* fBounds.contains(left, top, right, bottom); */
202 fBounds.fLeft <= left && fBounds.fTop <= top &&
203 fBounds.fRight >= right && fBounds.fBottom >= bottom;
213 !SkIRect::Intersects(fBounds, rect);
223 !SkIRect::Intersects(fBounds, rgn.fBounds);
413 SkIRect fBounds; member in class:SkRegion
[all...]
H A DSkTextBlob.h28 const SkRect& bounds() const { return fBounds; }
91 const SkRect fBounds; member in class:SkTextBlob
187 SkRect fBounds; member in class:SkTextBlobBuilder
/external/chromium_org/third_party/skia/include/gpu/
H A DGrGlyph.h29 GrIRect16 fBounds; member in struct:GrGlyph
36 fBounds.set(bounds);
47 int width() const { return fBounds.width(); }
48 int height() const { return fBounds.height(); }
49 bool isEmpty() const { return fBounds.isEmpty(); }
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFatBits.cpp98 fBounds.set(0, 0, SkIntToScalar(width * zoom), SkIntToScalar(height * zoom));
120 SkRect fBounds, fClipRect; member in class:FatBits
196 canvas->drawRect(fBounds, paint);
H A DSampleWarp.cpp219 const SkRect& bounds() const { return fBounds; }
231 SkRect fBounds; member in class:Mesh
251 fBounds = src.fBounds;
272 fBounds = bounds;
/external/chromium_org/third_party/skia/src/animator/
H A DSkBoundable.h22 bool hasBounds() { return fBounds.fLeft != (int16_t)0x8000U; }
23 void setBounds(SkIRect& bounds) { fBounds = bounds; }
25 void clearBounds() { fBounds.fLeft = (int16_t) SkToU16(0x8000); }; // mark bounds as unset
26 SkIRect fBounds; member in class:SkBoundable
H A DSkDisplayList.h56 SkIRect fBounds; member in class:SkDisplayList
/external/chromium_org/third_party/skia/src/core/
H A DSkAAClip.cpp138 fTop = fBottom = clip.fBounds.fBottom;
151 fTop = clip.fBounds.fTop;
152 fBottom = clip.fBounds.fTop + fCurrYOff->fY + 1;
192 SkASSERT(fBounds.isEmpty());
202 const int lastY = fBounds.height() - 1;
214 size_t rowLength = compute_row_length(row, fBounds.width());
248 const int width = fBounds.width();
250 int y = fBounds.fTop;
445 const int width = fBounds.width();
481 fBounds
947 SkIRect fBounds; member in class:SkAAClip::Builder
[all...]
H A DSkAAClip.h30 const SkIRect& getBounds() const { return fBounds; }
85 SkIRect fBounds; member in class:SkAAClip
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 DSkRTree.h111 SkIRect fBounds; member in struct:SkRTree::Branch
134 return lhs.fBounds.*fSide < rhs.fBounds.*fSide;
142 return ((lhs.fBounds.fRight - lhs.fBounds.fLeft) >> 1) <
143 ((rhs.fBounds.fRight - lhs.fBounds.fLeft) >> 1);
149 return ((lhs.fBounds.fBottom - lhs.fBounds.fTop) >> 1) <
150 ((rhs.fBounds
[all...]
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
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPath.h28 fBounds(skPath.getBounds()) {
38 const SkRect& getBounds() const { return fBounds; }
45 SkRect fBounds; member in class:GrPath
H A DGrPictureUtils.cpp60 , fBounds(bounds) {
68 SkIRect fBounds; member in class:CollectLayers::SaveInfo
186 slInfo.fSize = SkISize::Make(si.fBounds.width(), si.fBounds.height());
187 slInfo.fOffset = SkIPoint::Make(si.fBounds.fLeft, si.fBounds.fTop);
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrConvolutionEffect.h58 const float* bounds() const { return fBounds; }
88 float fBounds[2]; member in class:GrConvolutionEffect
H A DGrMatrixConvolutionEffect.h62 const SkIRect& bounds() const { return fBounds; }
88 SkIRect fBounds; member in class:GrMatrixConvolutionEffect
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpContour.h39 return fBounds.fTop == rh.fBounds.fTop
40 ? fBounds.fLeft < rh.fBounds.fLeft
41 : fBounds.fTop < rh.fBounds.fTop;
113 return fBounds;
234 fBounds.set(SK_ScalarMax, SK_ScalarMax, SK_ScalarMax, SK_ScalarMax);
340 SkPathOpsBounds fBounds; member in class:SkOpContour
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);
533 SkPathOpsBounds fBounds; member in class:SkOpSegment
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h567 SkRect fBounds; member in class:SkSaveLayerCommand
/external/chromium_org/third_party/skia/tests/
H A DParsePathTest.cpp32 const SkRect fBounds; member in struct:__anon15401
46 const SkRect& expectedBounds = gRec[i].fBounds;
/external/deqp/framework/common/
H A DtcuTexLookupVerifier.cpp256 const Vec2& fBounds,
262 const Vec4 i0 = c0*(1.0f - fBounds[0]) + c1*fBounds[0];
263 const Vec4 i1 = c0*(1.0f - fBounds[1]) + c1*fBounds[1];
760 const Vec2& fBounds,
782 if (isLinearRangeValid(prec, c0, c1, fBounds, result))
796 const Vec2& fBounds,
830 if (isLinearRangeValid(prec, c0, c1, fBounds, result))
845 const Vec2& fBounds,
253 isLinearRangeValid(const LookupPrecision& prec, const Vec4& c0, const Vec4& c1, const Vec2& fBounds, const Vec4& result) argument
754 isNearestMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const LookupPrecision& prec, const float coord, const int coordY, const Vec2& fBounds, const Vec4& result) argument
790 isNearestMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord, const int coordZ, const Vec2& fBounds, const Vec4& result) argument
840 isNearestMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, const Vec2& fBounds, const Vec4& result) argument
903 isLinearMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const LookupPrecision& prec, const float coordX, const int coordY, const Vec2& fBounds, const Vec4& result) argument
978 isLinearMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord, const int coordZ, const Vec2& fBounds, const Vec4& result) argument
1076 isLinearMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, const Vec2& fBounds, const Vec4& result) argument
1227 isMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const Sampler::FilterMode levelFilter, const LookupPrecision& prec, const float coordX, const int coordY, const Vec2& fBounds, const Vec4& result) argument
1243 isMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const Sampler::FilterMode levelFilter, const LookupPrecision& prec, const Vec2& coord, const int coordZ, const Vec2& fBounds, const Vec4& result) argument
1453 const Vec2& fBounds, member in namespace:tcu
1583 const Vec2& fBounds, member in namespace:tcu
1859 isMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const Sampler::FilterMode levelFilter, const LookupPrecision& prec, const Vec3& coord, const Vec2& fBounds, const Vec4& result) argument
[all...]
/external/skia/include/core/
H A DSkMask.h34 SkIRect fBounds; member in struct:SkMask
40 bool isEmpty() const { return fBounds.isEmpty(); }
56 x,y are in the same coordiate space as fBounds.
60 SkASSERT(fBounds.contains(x, y));
62 return fImage + ((x - fBounds.fLeft) >> 3) + (y - fBounds.fTop) * fRowBytes;
67 x,y are in the same coordiate space as fBounds.
71 SkASSERT(fBounds.contains(x, y));
73 return fImage + x - fBounds.fLeft + (y - fBounds
[all...]
H A DSkPathRef.h166 return fBounds;
295 fIsFinite = ComputePtBounds(&fBounds, *this);
301 fBounds = rect;
303 fIsFinite = fBounds.isFinite();
435 mutable SkRect fBounds; member in class:SkPathRef

Completed in 7746 milliseconds

12