HomeSort by relevance Sort by last modified time
    Searched refs:xScale (Results 1 - 6 of 6) sorted by null

  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Other.h 250 OMX_S32 xScale; /**< Current media time scale in Q16 format. */
263 OMX_S32 xScale; /**< This is a value in Q16 format which is used for
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Other.h 233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for
  /external/webkit/WebCore/platform/graphics/cg/
ImageCG.cpp 190 float xScale = srcRect.width() / destRect.width();
198 adjustedDestRect.move(-leftPadding / xScale, -topPadding / yScale);
201 adjustedDestRect.setWidth(subimageRect.width() / xScale);
212 adjustedDestRect.setLocation(FloatPoint(destRect.x() - srcRect.x() / xScale, destRect.y() - srcRect.y() / yScale));
213 adjustedDestRect.setSize(FloatSize(selfSize.width() / xScale, selfSize.height() / yScale));
  /external/webkit/WebCore/rendering/
SVGCharacterLayoutInfo.h 181 float xScale;
193 : xScale(1.0f)
SVGCharacterLayoutInfo.cpp 524 ctm.scaleNonUniform(pathData->xScale, pathData->yScale);
SVGRootInlineBox.cpp     [all...]

Completed in 508 milliseconds