HomeSort by relevance Sort by last modified time
    Searched defs:fLeft (Results 1 - 25 of 27) sorted by null

1 2

  /external/skia/src/sksl/ast/
SkSLASTBinaryExpression.h 23 , fLeft(std::move(left))
28 return "(" + fLeft->description() + " " + Token::OperatorName(fOperator) + " " +
32 const std::unique_ptr<ASTExpression> fLeft;
  /external/skia/src/sksl/ir/
SkSLBinaryExpression.h 25 , fLeft(std::move(left))
32 return irGenerator.constantFold(*fLeft,
38 return "(" + fLeft->description() + " " + Token::OperatorName(fOperator) + " " +
42 std::unique_ptr<Expression> fLeft;
  /external/skia/src/core/
SkSpriteBlitter.h 43 int fLeft, fTop;
SkScan_AntiPath.cpp 61 int fLeft;
92 fLeft = left;
169 fRealBlitter->blitAntiH(fLeft, fCurrIY, fRuns.fAlpha, fRuns.fRuns);
357 fRealBlitter->blitV(ileft + fLeft, start_y, count,
372 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count,
542 SkASSERT(ix >= fMask.fBounds.fLeft && ix < fMask.fBounds.fRight);
546 x -= SkLeftShift(fMask.fBounds.fLeft, SHIFT);
587 return r.fLeft > min && r.fTop > min &&
608 return overflows_short_shift(rect.fLeft, SHIFT) |
636 SkDebugf("--- bounds can't fit in SkIRect\n", r.fLeft, r.fTop, r.fRight, r.fBottom)
    [all...]
SkScan_AAAPath.cpp 184 fRow = fMask.fImage + (y - fMask.fBounds.fTop) * fMask.fRowBytes - fMask.fBounds.fLeft;
233 SkASSERT(x >= fMask.fBounds.fLeft -1);
238 SkASSERT(x >= fMask.fBounds.fLeft -1);
249 SkASSERT(x >= fMask.fBounds.fLeft -1);
260 SkASSERT(x >= fMask.fBounds.fLeft -1);
305 int fLeft;
358 fRealBlitter->blitAntiH(fLeft, fCurrY, fRuns.fAlpha, fRuns.fRuns);
392 fLeft = left;
416 x -= fLeft;
444 x -= fLeft;
    [all...]
SkGlyph.h 152 int16_t fTop, fLeft;
SkRegion.cpp 154 return this->setRect(r.fLeft, r.fTop, r.fRight, r.fBottom);
204 "(%d,%d,%d,%d)", r.fLeft, r.fTop, r.fRight, r.fBottom);
306 runs[3] = bounds.fLeft;
383 if (!scanline_contains(scanline, r.fLeft, r.fRight)) {
468 if (scanline_intersects(scanline, sect.fLeft, sect.fRight)) {
543 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy,
622 int fLeft, fRite, fInside;
703 fLeft = left;
721 int left = rec.fLeft;
    [all...]
SkAAClip.cpp 40 return (unsigned)(x - rect.fLeft) < (unsigned)rect.width();
481 fBounds.fLeft += leftZeros;
801 const int offsetX = bounds.fLeft;
842 int x = r.fLeft - offsetX;
845 int w = r.fRight - r.fLeft;
    [all...]
  /external/skia/src/gpu/
GrRect.h 15 int16_t fLeft, fTop, fRight, fBottom;
35 int width() const { return fRight - fLeft; }
38 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
43 fLeft = left;
50 fLeft = SkToS16(r.fLeft);
GrTessellator.cpp 335 , fLeft(nullptr)
355 Edge* fLeft; // The linked list of edges in the active edge list.
428 list_insert<Edge, &Edge::fLeft, &Edge::fRight>(edge, prev, next, &fHead, &fTail);
434 list_remove<Edge, &Edge::fLeft, &Edge::fRight>(edge, &fHead, &fTail);
444 fHead->fLeft = fTail;
448 return edge->fLeft || edge->fRight || fHead == edge;
792 *left = v->fFirstEdgeAbove->fLeft;
798 for (prev = edges->fTail; prev != nullptr; prev = prev->fLeft) {
    [all...]
  /external/skia/src/gpu/gl/
GrGLIRect.h 21 GrGLint fLeft;
30 return &fLeft;
32 GR_STATIC_ASSERT(0 == offsetof(GrGLIRect, fLeft));
38 int* asInts() { return &fLeft; }
41 GR_GL_CALL(gl, Viewport(fLeft, fBottom, fWidth, fHeight));
45 GR_GL_CALL(gl, Scissor(fLeft, fBottom, fWidth, fHeight));
67 fLeft = glRect.fLeft + leftOffset;
81 return fLeft <= glRect.fLeft &
    [all...]
  /external/skia/src/pathops/
SkPathOpsRect.h 13 double fLeft, fTop, fRight, fBottom;
16 fLeft = SkTMin(fLeft, pt.fX);
23 return approximately_between(fLeft, pt.fX, fRight)
30 SkASSERT(fLeft <= fRight);
32 SkASSERT(r.fLeft <= r.fRight);
34 return r.fLeft <= fRight && fLeft <= r.fRight && r.fTop <= fBottom && fTop <= r.fBottom;
38 fLeft = fRight = pt.fX;
43 return fRight - fLeft;
    [all...]
  /external/icu/icu4c/source/io/
uprintf.h 45 UBool fLeft; /* - flag */
  /external/pdfium/fpdfsdk/
cba_annotiterator.cpp 148 FX_FLOAT fLeft = -1.0f;
151 if (fLeft < 0) {
153 fLeft = rcAnnot.left;
154 } else if (rcAnnot.left < fLeft) {
156 fLeft = rcAnnot.left;
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Icon.cpp 135 void CPWL_Icon::GetIconPosition(FX_FLOAT& fLeft, FX_FLOAT& fBottom) {
137 fLeft = 0.0f;
145 fLeft = pA->GetNumberAt(0);
150 fLeft = 0.0f;
203 FX_FLOAT fLeft, fBottom;
205 GetIconPosition(fLeft, fBottom);
223 x = (fPlateWidth - fImageFactWidth) * fLeft;
PWL_ScrollBar.cpp 901 FX_FLOAT fLeft, fRight, fTop, fBottom;
905 fLeft = TrueToFace(m_sData.fScrollPos);
908 if (fRight - fLeft < PWL_SCROLLBAR_POSBUTTON_MINWIDTH)
909 fRight = fLeft + PWL_SCROLLBAR_POSBUTTON_MINWIDTH;
913 fLeft = fRight - PWL_SCROLLBAR_POSBUTTON_MINWIDTH;
917 CFX_FloatRect(fLeft, rcPosArea.bottom, fRight, rcPosArea.top);
    [all...]
  /external/pdfium/xfa/fwl/theme/
cfwl_widgettp.cpp 188 FX_FLOAT fLeft =
195 path.MoveTo(CFX_PointF(fLeft, fTop + 1));
196 path.LineTo(CFX_PointF(fLeft + 4, fTop + 5));
197 path.LineTo(CFX_PointF(fLeft + 8, fTop + 1));
198 path.LineTo(CFX_PointF(fLeft + 7, fTop));
199 path.LineTo(CFX_PointF(fLeft + 4, fTop + 3));
200 path.LineTo(CFX_PointF(fLeft + 1, fTop));
204 path.MoveTo(CFX_PointF(fLeft, fTop + 4));
205 path.LineTo(CFX_PointF(fLeft + 4, fTop));
206 path.LineTo(CFX_PointF(fLeft + 8, fTop + 4))
    [all...]
  /external/skia/include/core/
SkRect.h 21 int32_t fLeft, fTop, fRight, fBottom;
59 int left() const { return fLeft; }
65 int x() const { return fLeft; }
72 int width() const { return fRight - fLeft; }
89 int centerX() const { return (fRight + fLeft) >> 1; }
103 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
105 bool isLargest() const { return SK_MinS32 == fLeft &&
119 return SkIsS16(fLeft) && SkIsS16(fTop) &&
128 fLeft = left;
139 fLeft = x
    [all...]
SkRegion.h 184 return this->quickContains(r.fLeft, r.fTop, r.fRight, r.fBottom);
201 fBounds.fLeft <= left && fBounds.fTop <= top &&
367 int fLeft, fRight;
  /external/pdfium/core/fpdfdoc/
cpvt_generateap.cpp     [all...]
  /external/pdfium/xfa/fxfa/app/
cxfa_textlayout.cpp 989 FX_FLOAT fLeft = 0;
995 fLeft = pPiece->rtPiece.width / 2.0f;
998 fLeft = pPiece->rtPiece.width;
1005 fLeft += pPiece->Widths[i] / 20000.0f;
1009 std::min(fLeft, m_pTabstopContext->m_fTabWidth);
    [all...]
  /external/pdfium/fpdfsdk/javascript/
Field.cpp 578 FX_FLOAT fLeft, fBottom;
579 IconFit.GetIconPosition(fLeft, fBottom);
581 vp << (int32_t)fLeft;
627 FX_FLOAT fLeft, fBottom;
628 IconFit.GetIconPosition(fLeft, fBottom);
    [all...]
  /external/pdfium/xfa/fgas/layout/
fgas_textbreak.cpp     [all...]
  /external/pdfium/xfa/fwl/
cfwl_edit.cpp 581 FX_FLOAT fLeft = m_rtEngine.left + 1;
583 fLeft += fStep;
584 path.AddLine(CFX_PointF(fLeft, m_rtClient.top),
585 CFX_PointF(fLeft, m_rtClient.bottom()));
    [all...]
  /external/skia/tools/debugger/
SkDrawCommand.h 286 SkScalar fLeft;
364 SkScalar fLeft;

Completed in 576 milliseconds

1 2