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

1 2

  /external/skia/src/pathops/
SkPathWriter.cpp 223 sLink[rIndex] = eLink[rIndex] = SK_MaxS32;
255 if (linkOne[ndxOne] != SK_MaxS32) {
261 if (linkTwo[ndxTwo] != SK_MaxS32) {
286 SkASSERT(sIndex != SK_MaxS32);
287 sLink[rIndex] = SK_MaxS32;
291 sLink[~sIndex] = SK_MaxS32;
294 eLink[sIndex] = SK_MaxS32;
296 SkASSERT(eIndex != SK_MaxS32);
325 SkASSERT(eIndex != SK_MaxS32);
326 eLink[rIndex] = SK_MaxS32;
    [all...]
SkPathOpsTypes.cpp 185 return a == b ? 0 : SK_MaxS32;
SkOpSegment.cpp     [all...]
  /external/skia/include/gpu/
GrContextOptions.h 24 int fMaxTextureSizeOverride = SK_MaxS32;
  /external/skia/tests/
PathOpsQuadReduceOrderTest.cpp 47 : SK_MaxS32;
49 : SK_MaxS32;
PathOpsCubicReduceOrderTest.cpp 86 ? firstTestIndex : SK_MaxS32;
88 ? firstTestIndex : SK_MaxS32;
89 int firstLinesTest = run == RunAll ? 0 : run == RunLines ? firstTestIndex : SK_MaxS32;
90 int firstNotLinesTest = run == RunAll ? 0 : run == RunNotLines ? firstTestIndex : SK_MaxS32;
92 ? firstTestIndex : SK_MaxS32;
94 ? firstTestIndex : SK_MaxS32;
96 ? firstTestIndex : SK_MaxS32;
98 ? firstTestIndex : SK_MaxS32;
100 ? firstTestIndex : SK_MaxS32;
102 ? firstTestIndex : SK_MaxS32;
    [all...]
MathTest.cpp 249 return si == SK_MaxS32 || si == SK_MinS32;
251 if (x > SK_MaxS32) {
252 return si == SK_MaxS32;
592 if (check > SK_MaxS32) {
593 check = SK_MaxS32;
594 } else if (check < -SK_MaxS32) {
  /external/skia/src/core/
SkAnalyticEdge.cpp 33 SkASSERT(slope < SK_MaxS32);
43 ? SK_MaxS32
99 : SK_MaxS32;
107 : SK_MaxS32;
119 slope = diffY ? QuickSkFDot6Div((newx - fSnappedX) >> 10, diffY) : SK_MaxS32;
121 if (slope < SK_MaxS32) {
211 ? SK_MaxS32
SkImageInfoPriv.h 22 const int kMaxDimension = SK_MaxS32 >> 2;
SkFDot6.h 97 SkASSERT((int64_t)a * QuickFDot6Inverse::Lookup(b) <= SK_MaxS32
SkAnalyticEdge.h 34 SkFixed fDY; // abs(1/fDX); may be SK_MaxS32 when fDX is close to 0.
168 fDY = dx == 0 || slope == 0 ? SK_MaxS32 : absSlope < kInverseTableSize
SkRegionPriv.h 188 int left = SK_MaxS32;
SkScan_AAAPath.cpp 852 blit_aaa_trapezoid_row(blitter, y, ul, joinLeft, ll, joinLeft, lDY, SK_MaxS32,
878 blit_aaa_trapezoid_row(blitter, y, joinRite, ur, joinRite, lr, SK_MaxS32, rDY,
    [all...]
SkScan_Path.cpp 21 #define kEDGE_TAIL_Y SK_MaxS32
27 while (edge->fFirstY != SK_MaxS32) {
  /external/skia/include/private/
SkFloatBits.h 75 return (int32_t)SkTPin<double>(x, SK_MinS32, SK_MaxS32);
79 If the value is out of range, or NaN, return +/- SK_MaxS32
86 If the value is out of range, or NaN, return +/- SK_MaxS32
93 If the value is out of range, or NaN, return +/- SK_MaxS32
SkFixed.h 87 SkToS32(SkTPin<int64_t>((SkLeftShift((int64_t)(numer), 16) / (denom)), SK_MinS32, SK_MaxS32))
  /external/skia/src/effects/
SkLayerRasterizer.cpp 55 bounds->set(SK_MaxS32, SK_MaxS32, SK_MinS32, SK_MinS32);
  /external/skia/experimental/SimpleCocoaApp/
SimpleApp.mm 216 pointsMin = verbsMin = SK_MaxS32;
218 rectPointsMin = rectVerbsMin = SK_MaxS32;
  /external/skia/include/core/
SkTypes.h 233 #define SK_MaxS32 0x7FFFFFFF
234 #define SK_MinS32 -SK_MaxS32
SkRect.h 107 SK_MaxS32 == fRight &&
108 SK_MaxS32 == fBottom; }
150 fRight = fBottom = SK_MaxS32;
158 fLeft = fTop = SK_MaxS32;
  /external/skia/src/image/
SkSurface_Raster.cpp 47 static const size_t kMaxTotalSize = SK_MaxS32;
SkImage_Raster.cpp 40 const int maxDimension = SK_MaxS32 >> 2;
  /external/skia/src/utils/
SkPatchUtils.cpp 182 if (mult64 > SK_MaxS32) {
325 if (mult64 > SK_MaxS32) {
  /external/skia/src/gpu/vk/
GrVkCaps.cpp 44 fBufferMapThreshold = SK_MaxS32; //TODO: figure this out
  /external/skia/src/gpu/
GrPathUtils.cpp 57 if (((SkScalar)SK_MaxS32) <= divSqrt) {
115 if (((SkScalar)SK_MaxS32) <= divSqrt) {
    [all...]

Completed in 828 milliseconds

1 2