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

1 2 3 4 5 6 7 8 91011>>

  /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/skqp/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/
SkPathOpsBounds.h 16 return AlmostLessOrEqualUlps(a.fLeft, b.fRight)
17 && AlmostLessOrEqualUlps(b.fLeft, a.fRight)
26 if (left < fLeft) fLeft = left;
33 add(toAdd.fLeft, toAdd.fTop, toAdd.fRight, toAdd.fBottom);
37 if (pt.fX < fLeft) fLeft = pt.fX;
44 if (pt.fX < fLeft) fLeft = SkDoubleToScalar(pt.fX);
51 return AlmostLessOrEqualUlps(fLeft, pt.fX
    [all...]
SkPathOpsRect.h 15 double fLeft, fTop, fRight, fBottom;
18 fLeft = SkTMin(fLeft, pt.fX);
25 return approximately_between(fLeft, pt.fX, fRight)
32 SkASSERT(fLeft <= fRight);
34 SkASSERT(r.fLeft <= r.fRight);
36 return r.fLeft <= fRight && fLeft <= r.fRight && r.fTop <= fBottom && fTop <= r.fBottom;
40 fLeft = fRight = pt.fX;
45 return fRight - fLeft;
    [all...]
  /external/skqp/src/pathops/
SkPathOpsBounds.h 16 return AlmostLessOrEqualUlps(a.fLeft, b.fRight)
17 && AlmostLessOrEqualUlps(b.fLeft, a.fRight)
26 if (left < fLeft) fLeft = left;
33 add(toAdd.fLeft, toAdd.fTop, toAdd.fRight, toAdd.fBottom);
37 if (pt.fX < fLeft) fLeft = pt.fX;
44 if (pt.fX < fLeft) fLeft = SkDoubleToScalar(pt.fX);
51 return AlmostLessOrEqualUlps(fLeft, pt.fX
    [all...]
SkPathOpsRect.h 15 double fLeft, fTop, fRight, fBottom;
18 fLeft = SkTMin(fLeft, pt.fX);
25 return approximately_between(fLeft, pt.fX, fRight)
32 SkASSERT(fLeft <= fRight);
34 SkASSERT(r.fLeft <= r.fRight);
36 return r.fLeft <= fRight && fLeft <= r.fRight && r.fTop <= fBottom && fTop <= r.fBottom;
40 fLeft = fRight = pt.fX;
45 return fRight - fLeft;
    [all...]
  /external/skia/src/gpu/
GrRect.h 16 int16_t fLeft, fTop, fRight, fBottom;
36 int width() const { return fRight - fLeft; }
39 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
44 fLeft = left;
51 fLeft = SkToS16(r.fLeft);
62 SkASSERT(!a.isFinite() || (a.fLeft <= a.fRight && a.fTop <= a.fBottom));
63 SkASSERT(!b.isFinite() || (b.fLeft <= b.fRight && b.fTop <= b.fBottom));
64 return a.fRight > b.fLeft && a.fBottom > b.fTop && b.fRight > a.fLeft && b.fBottom > a.fTop
    [all...]
GrClip.h 75 return innerClipBounds.fRight > innerClipBounds.fLeft + kBoundsTolerance &&
77 innerClipBounds.fLeft < queryBounds.fLeft + kBoundsTolerance &&
93 outerClipBounds.fRight - outerClipBounds.fLeft <= kBoundsTolerance ||
97 outerClipBounds.fLeft >= queryBounds.fRight - kBoundsTolerance ||
99 outerClipBounds.fRight <= queryBounds.fLeft + kBoundsTolerance ||
107 return SkIRect::MakeLTRB(SkScalarFloorToInt(bounds.fLeft + kBoundsTolerance),
117 return SkRect::MakeLTRB(SkScalarFloorToScalar(bounds.fLeft + kBoundsTolerance),
127 return SkScalarAbs(SkScalarRoundToScalar(rect.fLeft) - rect.fLeft) <= kBoundsTolerance &
    [all...]
  /external/skqp/src/gpu/
GrRect.h 16 int16_t fLeft, fTop, fRight, fBottom;
36 int width() const { return fRight - fLeft; }
39 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
44 fLeft = left;
51 fLeft = SkToS16(r.fLeft);
62 SkASSERT(!a.isFinite() || (a.fLeft <= a.fRight && a.fTop <= a.fBottom));
63 SkASSERT(!b.isFinite() || (b.fLeft <= b.fRight && b.fTop <= b.fBottom));
64 return a.fRight > b.fLeft && a.fBottom > b.fTop && b.fRight > a.fLeft && b.fBottom > a.fTop
    [all...]
GrClip.h 75 return innerClipBounds.fRight > innerClipBounds.fLeft + kBoundsTolerance &&
77 innerClipBounds.fLeft < queryBounds.fLeft + kBoundsTolerance &&
93 outerClipBounds.fRight - outerClipBounds.fLeft <= kBoundsTolerance ||
97 outerClipBounds.fLeft >= queryBounds.fRight - kBoundsTolerance ||
99 outerClipBounds.fRight <= queryBounds.fLeft + kBoundsTolerance ||
107 return SkIRect::MakeLTRB(SkScalarFloorToInt(bounds.fLeft + kBoundsTolerance),
117 return SkRect::MakeLTRB(SkScalarFloorToScalar(bounds.fLeft + kBoundsTolerance),
127 return SkScalarAbs(SkScalarRoundToScalar(rect.fLeft) - rect.fLeft) <= kBoundsTolerance &
    [all...]
  /external/skia/src/sksl/ast/
SkSLASTBinaryExpression.h 24 , fLeft(std::move(left))
29 return "(" + fLeft->description() + " " + Compiler::OperatorName(fOperator) + " " +
33 const std::unique_ptr<ASTExpression> fLeft;
  /external/skqp/src/sksl/ast/
SkSLASTBinaryExpression.h 24 , fLeft(std::move(left))
29 return "(" + fLeft->description() + " " + Compiler::OperatorName(fOperator) + " " +
33 const std::unique_ptr<ASTExpression> fLeft;
  /external/skia/src/sksl/ir/
SkSLBinaryExpression.h 25 , fLeft(std::move(left))
31 return irGenerator.constantFold(*fLeft,
37 return Compiler::IsAssignment(fOperator) || fLeft->hasSideEffects() ||
42 return std::unique_ptr<Expression>(new BinaryExpression(fOffset, fLeft->clone(), fOperator,
47 return "(" + fLeft->description() + " " + Compiler::OperatorName(fOperator) + " " +
51 std::unique_ptr<Expression> fLeft;
  /external/skqp/src/sksl/ir/
SkSLBinaryExpression.h 25 , fLeft(std::move(left))
31 return irGenerator.constantFold(*fLeft,
37 return Compiler::IsAssignment(fOperator) || fLeft->hasSideEffects() ||
42 return std::unique_ptr<Expression>(new BinaryExpression(fOffset, fLeft->clone(), fOperator,
47 return "(" + fLeft->description() + " " + Compiler::OperatorName(fOperator) + " " +
51 std::unique_ptr<Expression> fLeft;
  /external/skia/include/core/
SkRect.h 38 int32_t fLeft; //!< smaller x-axis bounds
76 result in fLeft greater than fRight, or fTop greater than fBottom.
78 @param l integer stored in fLeft
92 @param x stored in fLeft
104 Call sort() to reverse fLeft and fRight if needed.
106 @return fLeft
108 int32_t left() const { return fLeft; }
118 Call sort() to reverse fLeft and fRight if needed.
132 and sort() to reverse fLeft and fRight if needed.
134 @return fLeft
    [all...]
  /external/skqp/include/core/
SkRect.h 38 int32_t fLeft; //!< smaller x-axis bounds
76 result in fLeft greater than fRight, or fTop greater than fBottom.
78 @param l integer stored in fLeft
92 @param x stored in fLeft
104 Call sort() to reverse fLeft and fRight if needed.
106 @return fLeft
108 int32_t left() const { return fLeft; }
118 Call sort() to reverse fLeft and fRight if needed.
132 and sort() to reverse fLeft and fRight if needed.
134 @return fLeft
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_iconfit.cpp 37 void CPDF_IconFit::GetIconPosition(float& fLeft, float& fBottom) {
38 fLeft = fBottom = 0.5;
46 fLeft = pA->GetNumberAt(0);
cpdf_iconfit.h 25 void GetIconPosition(float& fLeft, float& fBottom);
  /external/skia/src/core/
SkRectPriv.h 44 r->fLeft = SkMinScalar(pt.fX, r->fLeft);
53 return SkFitsInFixed(r.fLeft) && SkFitsInFixed(r.fTop) &&
58 return SkTFitsIn<int16_t>(r.fLeft) && SkTFitsIn<int16_t>(r.fTop) &&
SkValidationUtils.h 30 return (rect.fLeft <= rect.fRight) &&
SkRect.cpp 19 if (fLeft >= fRight || fTop >= fBottom) {
22 if (left < fLeft) fLeft = left;
34 quad[0].set(fLeft, fTop);
37 quad[3].set(fLeft, fBottom);
97 CHECK_INTERSECT(left, top, right, bottom, fLeft, fTop, fRight, fBottom);
103 return this->intersect(r.fLeft, r.fTop, r.fRight, r.fBottom);
107 CHECK_INTERSECT(a.fLeft, a.fTop, a.fRight, a.fBottom, b.fLeft, b.fTop, b.fRight, b.fBottom);
119 if (fLeft >= fRight || fTop >= fBottom)
    [all...]
  /external/skqp/src/core/
SkRectPriv.h 44 r->fLeft = SkMinScalar(pt.fX, r->fLeft);
53 return SkFitsInFixed(r.fLeft) && SkFitsInFixed(r.fTop) &&
58 return SkTFitsIn<int16_t>(r.fLeft) && SkTFitsIn<int16_t>(r.fTop) &&
SkValidationUtils.h 30 return (rect.fLeft <= rect.fRight) &&
  /external/skia/src/gpu/ops/
GrCopySurfaceOp.cpp 26 if (clippedSrcRect->fLeft < 0) {
27 clippedDstPoint->fX -= clippedSrcRect->fLeft;
28 clippedSrcRect->fLeft = 0;
31 clippedSrcRect->fLeft -= clippedDstPoint->fX;
50 clippedSrcRect->fRight = clippedSrcRect->fLeft + dst->width() - clippedDstPoint->fX;
  /external/skqp/src/gpu/ops/
GrCopySurfaceOp.cpp 26 if (clippedSrcRect->fLeft < 0) {
27 clippedDstPoint->fX -= clippedSrcRect->fLeft;
28 clippedSrcRect->fLeft = 0;
31 clippedSrcRect->fLeft -= clippedDstPoint->fX;
50 clippedSrcRect->fRight = clippedSrcRect->fLeft + dst->width() - clippedDstPoint->fX;

Completed in 1860 milliseconds

1 2 3 4 5 6 7 8 91011>>