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

1 2 3 4 5 6 78 91011>>

  /external/skia/src/core/
SkLinearBitmapPipeline.cpp 77 explicit X(SkSize s) : fVal{s.fWidth} { }
78 explicit X(SkISize s) : fVal(s.fWidth) { }
482 : fSrc{src}, fWidth{width}{ }
487 Sk4i bufferLoc = YIs * fWidth + XIs;
503 Sk4i bufferLoc = YIs * fWidth + XIs;
510 const uint32_t* row(int y) { return fSrc + y * fWidth[0]; }
523 const Sk4i fWidth;
SkRemote.h 57 SkScalar fWidth, fMiter;
SkSpecialSurface.cpp 175 const SkIRect subset = SkIRect::MakeWH(desc.fWidth, desc.fHeight);
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 453 glyph->fWidth = SkToU16(bbox.right - bbox.left);
461 glyph->fWidth = 0;
564 const int width = glyph.fWidth;
604 const U16CPU width = glyph.fWidth;
622 const U16CPU width = glyph.fWidth;
647 int sizeNeeded = glyph.fWidth * glyph.fHeight;
698 bbox.right = glyph.fLeft + glyph.fWidth;
  /external/icu/icu4c/source/i18n/
decimfmtimpl.cpp 867 fAffixes.fWidth = out.fFormatWidth == 0 ? 0 :
    [all...]
  /external/skia/src/utils/
SkTextureCompressor_Blitter.h 77 , fWidth(width)
170 SkASSERT(width <= fWidth);
409 const int fWidth;
413 // is large enough to store a compressed image of size fWidth*fHeight.
417 int blocksWide() const { return fWidth / BlockDim; }
419 int totalBlocks() const { return (fWidth * fHeight) / kPixelsPerBlock; }
424 SkASSERT(x < fWidth);
543 finalX = fWidth;
595 if (finalX < fWidth) {
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fwltheme.cpp 396 FX_FLOAT fWidth = 1.0f;
401 fWidth = edge.GetThickness();
406 pParams->m_pGraphics->SetLineWidth(fWidth);
  /external/skia/src/gpu/
GrBlurUtils.cpp 79 desc.fWidth = dstM.fBounds.width();
87 texture->writePixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
109 desc.fWidth = SkScalarCeilToInt(maskRect->width());
GrDrawTarget.cpp 170 desc.fWidth = copyRect.width();
501 viewport.fWidth = rt->width();
505 viewport.fWidth);
509 viewport.fWidth);
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 160 fDesc.fWidth, fDesc.fRowHeight,
194 texDesc.fWidth = fDesc.fWidth;
  /external/deqp/android/cts/master/
gles3-multisample.txt 266 dEQP-GLES3.functional.shaders.derivate.fwidth.constant.float
267 dEQP-GLES3.functional.shaders.derivate.fwidth.constant.vec2
268 dEQP-GLES3.functional.shaders.derivate.fwidth.constant.vec3
269 dEQP-GLES3.functional.shaders.derivate.fwidth.constant.vec4
270 dEQP-GLES3.functional.shaders.derivate.fwidth.linear.float_lowp
271 dEQP-GLES3.functional.shaders.derivate.fwidth.linear.float_mediump
272 dEQP-GLES3.functional.shaders.derivate.fwidth.linear.float_highp
273 dEQP-GLES3.functional.shaders.derivate.fwidth.linear.vec2_lowp
274 dEQP-GLES3.functional.shaders.derivate.fwidth.linear.vec2_mediump
275 dEQP-GLES3.functional.shaders.derivate.fwidth.linear.vec2_high
    [all...]
  /external/deqp/android/cts/mnc/
gles3-multisample.txt 265 dEQP-GLES3.functional.shaders.derivate.fwidth.constant.float
266 dEQP-GLES3.functional.shaders.derivate.fwidth.constant.vec2
267 dEQP-GLES3.functional.shaders.derivate.fwidth.constant.vec3
268 dEQP-GLES3.functional.shaders.derivate.fwidth.constant.vec4
269 dEQP-GLES3.functional.shaders.derivate.fwidth.linear.float_lowp
270 dEQP-GLES3.functional.shaders.derivate.fwidth.linear.float_mediump
271 dEQP-GLES3.functional.shaders.derivate.fwidth.linear.float_highp
272 dEQP-GLES3.functional.shaders.derivate.fwidth.linear.vec2_lowp
273 dEQP-GLES3.functional.shaders.derivate.fwidth.linear.vec2_mediump
274 dEQP-GLES3.functional.shaders.derivate.fwidth.linear.vec2_high
    [all...]
  /external/pdfium/xfa/src/fdp/src/tto/
fde_textout.h 103 FX_FLOAT& fWidth,
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_checkboximp.cpp 250 FX_FLOAT fWidth = std::max(m_rtCaption.width, rtFocus.width);
256 fLeft = m_rtCaption.left + (m_rtCaption.width - fWidth) / 2;
259 fLeft = m_rtCaption.right() - fWidth;
268 m_rtFocus.Set(fLeft, fTop, fWidth, fHeight);
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_formimp.h 125 FX_FLOAT& fWidth,
  /external/skia/bench/
RectanizerBench.cpp 103 if (!fRectanizer->addRect(size.fWidth, size.fHeight, &loc)) {
  /external/skia/gm/
image.cpp 43 SkScalar stroke = size.fWidth / 10;
44 SkScalar radius = (size.fWidth - stroke) / 2;
50 canvas->drawCircle(size.fWidth/2, size.fHeight/2, radius, paint);
55 canvas->drawCircle(size.fWidth/2, size.fHeight/2, radius, paint);
texdata.cpp 70 desc.fWidth = 2 * S;
  /external/skia/include/core/
SkImage.h 150 int width() const { return fWidth; }
152 SkISize dimensions() const { return SkISize::Make(fWidth, fHeight); }
153 SkIRect bounds() const { return SkIRect::MakeWH(fWidth, fHeight); }
345 const int fWidth;
  /external/skia/include/gpu/
GrTypes.h 487 , fWidth(0)
495 int fWidth; //!< Width of the texture
581 int fWidth; //<! width in pixels
610 int fWidth; //<! width in pixels
  /external/skia/platform_tools/android/apps/canvasproof/src/main/jni/
org_skia_canvasproof_GaneshPictureRenderer.cpp 33 desc.fWidth = width;
  /external/skia/tests/
GLProgramsTest.cpp 156 texDesc.fWidth = kRenderTargetWidth;
310 dummyDesc.fWidth = 34;
316 dummyDesc.fWidth = 16;
371 rtDesc.fWidth = kRenderTargetWidth;
RecordReplaceDrawTest.cpp 123 desc.fWidth = kWidth;
VkUploadPixelsTests.cpp 82 surfDesc.fWidth = kWidth;
  /frameworks/base/libs/hwui/tests/common/
TestUtils.cpp 82 Rect glyphBounds(skGlyph.fWidth, skGlyph.fHeight);

Completed in 1658 milliseconds

1 2 3 4 5 6 78 91011>>