HomeSort by relevance Sort by last modified time
    Searched defs:currentTransform (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ImageQualityController.cpp 168 const AffineTransform& currentTransform = context->getCTM();
169 bool contextIsScaled = !currentTransform.isIdentityOrTranslationOrFlipped();
173 LayoutSize scaledImageSize = currentTransform.mapSize(image->size());
174 LayoutSize scaledLayoutSize = currentTransform.mapSize(roundedIntSize(layoutSize));
RenderLayer.cpp 522 TransformationMatrix RenderLayer::currentTransform(RenderStyle::ApplyTransformOrigin applyOrigin) const
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cf2font.h 66 CF2_Matrix currentTransform; /* original client matrix */
  /external/freetype/src/cff/
cf2font.h 66 CF2_Matrix currentTransform; /* original client matrix */
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cf2font.h 66 CF2_Matrix currentTransform; /* original client matrix */
  /frameworks/base/libs/hwui/
StatefulBaseRenderer.h 60 return CC_LIKELY(currentTransform()->rectToRect());
102 inline const mat4* currentTransform() const {
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.h 123 PassRefPtr<SVGMatrixTearOff> currentTransform() const
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTransformList.cpp 333 RefPtr<SVGTransform> currentTransform = SVGTransformDistance(effectiveFrom, toTransform).scaledDistance(percentage).addToSVGTransform(effectiveFrom);
336 append(SVGTransformDistance::addSVGTransforms(currentTransform, effectiveToAtEnd, repeatCount));
338 append(currentTransform);

Completed in 358 milliseconds