HomeSort by relevance Sort by last modified time
    Searched refs:SkTMax (Results 76 - 100 of 134) sorted by null

1 2 34 5 6

  /external/skia/src/gpu/gl/
GrGLRenderTarget.cpp 218 return SkTMax(1, this->numStencilSamples());
  /external/skia/src/shaders/
SkBitmapProcShader.cpp 173 size_t s = SkTMax(size0, size1);
  /external/skia/tests/
FontMgrAndroidParserTest.cpp 125 maxError = SkTMax(maxError, error);
  /external/skia/src/pathops/
SkOpCoincidence.cpp 205 SkDEBUGCODE(double oppMaxT = SkTMax(oppPtTStart->fT, oppPtTEnd->fT));
214 double oTestMaxT = SkTMax(test->oppPtTStart()->fT, test->oppPtTEnd()->fT);
    [all...]
SkPathOpsCommon.cpp 19 largest = SkTMax(largest, SkScalarAbs(oneBounds[index]));
SkPathOpsOp.cpp 237 SkScalar scaleFactor = SkTMax(ScaleFactor(one), ScaleFactor(two));
  /external/skia/samplecode/
SampleAAGeometry.cpp 466 distanceMap[y * w + x] = SkTMax(distanceMap[y * w + x], (uint8_t) byteCoverage);
    [all...]
  /external/skia/src/codec/
SkWebpCodec.cpp 173 dim.fWidth = SkTMax(1, SkScalarRoundToInt(desiredScale * dim.fWidth));
174 dim.fHeight = SkTMax(1, SkScalarRoundToInt(desiredScale * dim.fHeight));
SkRawCodec.cpp 316 const size_t sizeToRead = SkTMax(kMinSizeToRead, sizeRequested);
473 const int preferredSize = SkTMax(width, height);
504 render.SetMaximumSize(SkTMax(stage3_size.h, stage3_size.v));
  /external/skia/src/effects/
SkArithmeticImageFilter.cpp 136 src->addr(SkTMax(0, -srcDx), SkTMax(0, -srcDy)),
SkRRectsGaussianEdgeMaskFilter.cpp 91 SkScalar insetDist = SkTMin(SkTMax(rad, radii.fX), SkTMin(halfW, halfH));
125 SkScalar coneDist = SkTMax(0.0f, 0.5f * (-b + SkScalarSqrt(b*b - 4*c)));
  /external/skia/src/gpu/
GrShape.cpp 492 rect.fRight = SkTMax(pts[0].fX, pts[1].fX);
494 rect.fBottom = SkTMax(pts[0].fY, pts[1].fY);
GrGpu.h 518 *preference = SkTMax(*preference, elevation);
GrTRecorder.h 214 fTailBlock = MemBlock::Alloc(SkTMax(2 * fTailBlock->fLength, totalLength), fTailBlock);
  /external/skia/src/gpu/ops/
GrAAStrokeRectOp.cpp 466 SkMinScalar(inset, SkTMax(devOutside.height(), devOutsideAssist.height()));
476 SkMinScalar(inset, SkTMax(devOutside.height(), devOutsideAssist.height()));
GrAtlasTextOp.cpp 198 int currAllocSize = SkTMax<int>(kMinGeometryAllocated, GrNextPow2(fGeoCount));
  /external/skia/gm/
typeface.cpp 259 xMax = SkTMax(x, xMax);
  /external/skia/src/core/
SkTLList.h 153 int count() const { return SkTMax(fCount ,0); }
SkThreadedBMPDevice.cpp 217 int h = (bitmap.height() + fTileCnt - 1) / SkTMax(fTileCnt, 1);
  /external/skia/src/gpu/glsl/
GrGLSLFragmentShaderBuilder.cpp 179 fDefaultPrecision = SkTMax(fDefaultPrecision, precision);
  /external/skia/src/gpu/vk/
GrVkUniformHandler.cpp 131 uint32_t elementSize = SkTMax<uint32_t>(16, grsltype_to_vk_size(type));
GrVkGpu.cpp 669 currentWidth = SkTMax(1, currentWidth/2);
670 currentHeight = SkTMax(1, currentHeight/2);
723 currentWidth = SkTMax(1, currentWidth/2);
724 currentHeight = SkTMax(1, currentHeight/2);
    [all...]
  /external/skia/src/images/
SkPngEncoder.cpp 166 int zlibLevel = SkTMin(SkTMax(0, options.fZLibLevel), 9);
  /external/skia/src/gpu/effects/
GrRRectEffect.cpp 638 float scale = SkTMax(SkTMax(r0.fX, r0.fY), SkTMax(r1.fX, r1.fY));
    [all...]
  /external/skia/dm/
DMSrcSink.cpp 252 return {SkTMax(1, brd->width() / (int)fSampleSize),
253 SkTMax(1, brd->height() / (int)fSampleSize)};
722 const int scaledW = SkTMax(1, SkScalarRoundToInt(preScaleW * fScale));
723 const int scaledH = SkTMax(1, SkScalarRoundToInt(preScaleH * fScale));
    [all...]

Completed in 617 milliseconds

1 2 34 5 6