Searched defs:fBounds (Results 26 - 45 of 45) sorted by relevance

12

/external/skia/include/core/
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 DSkPathRef.h166 return fBounds;
295 fIsFinite = ComputePtBounds(&fBounds, *this);
301 fBounds = rect;
303 fIsFinite = fBounds.isFinite();
435 mutable SkRect fBounds; member in class:SkPathRef
/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);
531 SkPathOpsBounds fBounds; member in class:SkOpSegment
/external/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);
531 SkPathOpsBounds fBounds; member in class:SkOpSegment
/external/chromium_org/third_party/skia/include/core/
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
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFatBits.cpp98 fBounds.set(0, 0, SkIntToScalar(width * zoom), SkIntToScalar(height * zoom));
121 SkRect fBounds, fClipRect; member in class:FatBits
197 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/skia/samplecode/
H A DSampleFatBits.cpp98 fBounds.set(0, 0, SkIntToScalar(width * zoom), SkIntToScalar(height * zoom));
121 SkRect fBounds, fClipRect; member in class:FatBits
197 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/core/
H A DSkScaledImageCache.cpp66 , fBounds(bounds) {
99 SkIRect fBounds; member in struct:SkScaledImageCache::Key
331 if (key.fBounds.isEmpty()) {
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());
405 const int width = fBounds.width();
441 fBounds.fLeft += leftZeros;
442 fBounds.fRight -= riteZeros;
443 SkASSERT(!fBounds
879 SkIRect fBounds; member in class:SkAAClip::Builder
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp362 const SkIRect& bounds() const { return fBounds; }
388 SkIRect fBounds; member in class:GrMatrixConvolutionEffect
587 fBounds(bounds),
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h549 SkRect fBounds; member in class:SkSaveLayerCommand
/external/skia/src/core/
H A DSkScaledImageCache.cpp66 , fBounds(bounds) {
99 SkIRect fBounds; member in struct:SkScaledImageCache::Key
331 if (key.fBounds.isEmpty()) {
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());
405 const int width = fBounds.width();
441 fBounds.fLeft += leftZeros;
442 fBounds.fRight -= riteZeros;
443 SkASSERT(!fBounds
879 SkIRect fBounds; member in class:SkAAClip::Builder
[all...]
/external/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp362 const SkIRect& bounds() const { return fBounds; }
388 SkIRect fBounds; member in class:GrMatrixConvolutionEffect
587 fBounds(bounds),
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h549 SkRect fBounds; member in class:SkSaveLayerCommand
/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...]

Completed in 360 milliseconds

12