HomeSort by relevance Sort by last modified time
    Searched full:fwidth (Results 301 - 325 of 346) sorted by null

<<11121314

  /external/skia/tests/
BlurTest.cpp 285 desc.fWidth = resultCount;
WritePixelsTest.cpp 412 desc.fWidth = DEV_W;
ClipStackTest.cpp 943 SkPoint xy = {SkScalarFloorToScalar(r.nextRangeScalar(kBounds.fLeft, kBounds.fRight - size.fWidth)),
946 SkRect rect = SkRect::MakeXYWH(xy.fX, xy.fY, size.fWidth, size.fHeight);
    [all...]
BitmapCopyTest.cpp 663 desc.fWidth = 2;
SkpSkGrTest.cpp 446 desc.fWidth = dim.fX;
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 166 case DERIVATE_FWIDTH: return "fwidth";
179 case DERIVATE_FWIDTH: return "fwidth";
    [all...]
  /external/icu/icu4c/source/test/intltest/
numberformat2test.cpp     [all...]
  /external/skia/src/core/
SkDraw.cpp     [all...]
SkImageFilter.cpp 332 desc.fWidth = bounds.width();
SkBitmap.cpp     [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/include/core/
SkPaint.h 370 SkScalar getStrokeWidth() const { return fWidth; }
    [all...]
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 782 texDesc.fWidth = profileSize;
    [all...]
SkTableColorFilter.cpp 465 desc.fWidth = bitmap.width();
  /external/deqp/modules/gles31/functional/
es31fShaderHelperInvocationTests.cpp 718 derivateGroup->addChild(new HelperInvocationDerivateCase(m_context, (name + "_fwidth").c_str(), "", primType, numSamples, "fwidth", false));
  /external/icu/icu4c/source/i18n/
tzfmt.cpp 197 uint8_t fWidth;
203 : fText(NULL), fType(TEXT), fWidth(0) {
250 result->fWidth = width;
288 return fWidth;
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 765 pt = CPDF_Point(word.ptWord.x + word.fWidth,
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp     [all...]
  /external/skia/gm/
bleed.cpp 237 desc.fWidth = width + kXPad;
  /external/skia/include/codec/
SkCodec.h 241 * least (info.fHeight - 1) * rowBytes + (info.fWidth *
  /external/skia/tools/debugger/
SkDrawCommand.cpp 312 canvas->translate(size.fWidth/2.0f, size.fHeight/2.0f);
314 canvas->scale(SkDoubleToScalar((kInsetFrac*size.fWidth)/bounds.width()),
317 canvas->scale(SkDoubleToScalar((kInsetFrac*size.fWidth)/bounds.height()),
345 SkScalar xScale = SkIntToScalar(size.fWidth-2) / input.width();
    [all...]
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/
graphics_PiglitBVT_2.sh     [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 215 desc.fWidth = info.width();
    [all...]
GrClipMaskManager.cpp 594 desc.fWidth = width;
    [all...]
  /external/skia/src/effects/gradients/
SkGradientShader.cpp     [all...]

Completed in 1094 milliseconds

<<11121314