Searched defs:fLeft (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/core/
H A DSkSpriteBlitter.h50 int fLeft, fTop; member in class:SkSpriteBlitter
H A DSkScan_AntiPath.cpp65 int fWidth, fLeft, fSuperLeft; member in class:BaseSuperBlitter
77 const int left = SkMin32(ir.fLeft, clip.getBounds().fLeft);
80 fLeft = left;
125 fRealBlitter->blitAntiH(fLeft, fCurrIY, fRuns.fAlpha, fRuns.fRuns);
356 SkASSERT(ix >= fMask.fBounds.fLeft && ix < fMask.fBounds.fRight);
360 x -= (fMask.fBounds.fLeft << SHIFT);
433 if (overflows_short_shift(ir.fLeft, SHIFT) |
462 superRect.set( clipRect->fLeft << SHIFT, clipRect->fTop << SHIFT,
H A DSkConcaveToTriangles.cpp101 const Vertex* left() const { return fLeft; }
104 Vertex* left() { return fLeft; }
107 void setLeft(Vertex *left) { fLeft = left; }
116 Vertex *fLeft, *fRight, *fBottom; member in class:Trapezoid
/external/skia/gpu/include/
H A DGrRect.h28 int16_t fLeft, fTop, fRight, fBottom; member in struct:GrIRect16
30 int width() const { return fRight - fLeft; }
33 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
36 fLeft = SkToS16(r.fLeft);
H A DGrGLIRect.h28 GrGLint fLeft; member in struct:GrGLIRect
34 GR_GL(Viewport(fLeft, fBottom, fWidth, fHeight));
38 GR_GL(Scissor(fLeft, fBottom, fWidth, fHeight));
54 fLeft = glRect.fLeft + leftOffset;
59 GrAssert(fLeft >= 0);
66 return fLeft <= glRect.fLeft &&
68 fLeft + fWidth >= glRect.fLeft
[all...]
/external/skia/include/views/
H A DSkBorderView.h29 SkScalar getLeft() const { return fLeft; }
41 SkScalar fLeft, fRight, fTop, fBottom; //margin on each side member in class:SkBorderView
/external/icu4c/io/
H A Duprintf.h43 UBool fLeft; /* - flag */ member in struct:u_printf_spec_info
/external/skia/include/core/
H A DSkRect.h28 int32_t fLeft, fTop, fRight, fBottom; member in struct:SkIRect
62 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
67 int width() const { return fRight - fLeft; }
83 return SkIsS16(fLeft) && SkIsS16(fTop) &&
92 fLeft = left;
103 fLeft = x;
113 fLeft = fTop = SK_MinS32;
118 * Make the largest representable rectangle, but inverted (e.g. fLeft will
122 fLeft = fTop = SK_MaxS32;
130 fLeft
[all...]
H A DSkRegion.h182 return this->quickContains(r.fLeft, r.fTop, r.fRight, r.fBottom);
199 fBounds.fLeft <= left && fBounds.fTop <= top &&
353 int fLeft, fRight; member in class:SkRegion::Spanerator
H A DSkScalerContext.h44 int16_t fTop, fLeft; member in struct:SkGlyph

Completed in 206 milliseconds