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

<<11121314

  /external/skia/src/gpu/
GrLayerHoister.cpp 45 desc.fWidth = srcIR.width();
  /external/skia/src/gpu/effects/
GrConfigConversionEffect.cpp 175 desc.fWidth = 256;
  /external/skia/src/image/
SkImage.cpp 31 : fWidth(width)
  /external/skia/tests/
ClearTest.cpp 53 desc.fWidth = w;
ResourceCacheTest.cpp 37 desc.fWidth = gWidth;
87 smallDesc.fWidth = 4;
125 bigDesc.fWidth = 400;
208 desc.fWidth = kW;
    [all...]
TessellatingPathRendererTests.cpp 258 desc.fWidth = 800;
ImageTest.cpp 695 desc.fWidth = w;
708 backendDesc.fWidth = w;
ReadPixelsTest.cpp 394 desc.fWidth = DEV_W;
450 desc.fWidth = DEV_W;
  /frameworks/base/libs/hwui/font/
CacheTexture.cpp 246 uint16_t glyphW = glyph.fWidth + TEXTURE_BORDER_SIZE;
  /external/deqp/modules/gles3/functional/
es3fShaderConstExprTests.cpp 291 {"fwidth", "fwidth(${T} (345.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, 0.0 },
  /external/pdfium/xfa/include/fxfa/
fxfa_objectacc.h 607 FX_BOOL GetWidth(FX_FLOAT& fWidth);
622 FX_BOOL SetWidth(FX_FLOAT fWidth);
  /external/skia/src/effects/
SkDisplacementMapEffect.cpp 424 desc.fWidth = bounds.width();
534 colorDimensions.fWidth = d->fRandom->nextRangeU(0, d->fTextures[texIdxColor]->width());
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.cpp 489 if (glyph.fWidth) {
521 if (glyph.fWidth) {
  /external/skia/src/ports/
SkFontMgr_win_dw.cpp 786 dwStyle.fWidth,
811 dwStyle.fWidth,
    [all...]
  /frameworks/native/include/media/openmax/
OMX_IVCommon.h 193 * To make the width 50% larger, use fWidth = 1.5 and to make the width
194 * 1/2 the original size, use fWidth = 0.5
    [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_IVCommon.h 168 * To make the width 50% larger, use fWidth = 1.5 and to make the width
169 * 1/2 the original size, use fWidth = 0.5
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_IVCommon.h 155 * To make the width 50% larger, use fWidth = 1.5 and to make the width
156 * 1/2 the original size, use fWidth = 0.5
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_IVCommon.h 168 * To make the width 50% larger, use fWidth = 1.5 and to make the width
169 * 1/2 the original size, use fWidth = 0.5
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h 155 * To make the width 50% larger, use fWidth = 1.5 and to make the width
156 * 1/2 the original size, use fWidth = 0.5
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_IVCommon.h 181 * To make the width 50% larger, use fWidth = 1.5 and to make the width
182 * 1/2 the original size, use fWidth = 0.5
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_IVCommon.h 155 * To make the width 50% larger, use fWidth = 1.5 and to make the width
156 * 1/2 the original size, use fWidth = 0.5
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidget.cpp 379 FX_FLOAT fWidth = 0;
380 if (m_pDataAcc->GetWidth(fWidth)) {
381 fMinWidth = fMaxWidth = fWidth;
771 FX_FLOAT fWidth =
776 rtFit.Set(rtImage.left, rtImage.top, fWidth, fHeight);
    [all...]
  /external/skia/src/core/
SkScalerContext.h 256 /** Generates the contents of glyph.fWidth, fHeight, fTop, fLeft,
  /external/skia/src/gpu/gl/
GrGLGpu.h 351 // set to -1, then this function will use desc.fWidth and desc.fHeight
  /external/skia/src/images/
SkMovie_gif.cpp 96 info->fWidth = fGIF->SWidth;

Completed in 1645 milliseconds

<<11121314