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

12

/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/gpu/
H A DGrPath.h28 fBounds(skPath.getBounds()) {
38 const SkRect& getBounds() const { return fBounds; }
45 SkRect fBounds; member in class:GrPath
/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/skia/include/text/
H A DSkTextLayout.h52 SkRect fBounds; member in class:SkTextLayout
/external/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/skia/src/gpu/
H A DGrPath.h25 fBounds(skPath.getBounds()) {
34 const SkRect& getBounds() const { return fBounds; }
41 SkRect fBounds; member in class:GrPath
H A DGrLayerCache.h30 fBounds = bounds;
38 return fBounds;
43 GrIRect16 fBounds; // only valid is fPlot != NULL member in class:GrAtlasLocation
/external/skia/tests/
H A DParsePathTest.cpp32 const SkRect fBounds; member in struct:__anon30804
46 const SkRect& expectedBounds = gRec[i].fBounds;
/external/skia/src/core/
H A DSkQuadTree.h78 SkIRect fBounds; member in struct:SkQuadTree::Entry
92 SkIRect fBounds; member in struct:SkQuadTree::Node
H A DSkAAClip.h30 const SkIRect& getBounds() const { return fBounds; }
79 SkIRect fBounds; member in class:SkAAClip
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...]
/external/chromium_org/third_party/skia/include/core/
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
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 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...]
/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/skia/include/gpu/
H A DGrGlyph.h28 GrIRect16 fBounds; member in struct:GrGlyph
35 fBounds.set(bounds);
46 int width() const { return fBounds.width(); }
47 int height() const { return fBounds.height(); }
48 bool isEmpty() const { return fBounds.isEmpty(); }
/external/skia/src/gpu/effects/
H A DGrConvolutionEffect.h60 const float* bounds() const { return fBounds; }
90 float fBounds[2]; member in class:GrConvolutionEffect
/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/src/core/
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...]
/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...]

Completed in 314 milliseconds

12