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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ImageQualityController.cpp 179 const AffineTransform& currentTransform = context->getCTM();
180 bool contextIsScaled = !currentTransform.isIdentityOrTranslationOrFlipped();
184 LayoutSize scaledImageSize = currentTransform.mapSize(image->size());
185 LayoutSize scaledLayoutSize = currentTransform.mapSize(roundedIntSize(layoutSize));
RenderLayer.h 267 // currentTransform computes a transform which takes accelerated animations into account. The
270 TransformationMatrix currentTransform(RenderStyle::ApplyTransformOrigin = RenderStyle::IncludeTransformOrigin) const;
    [all...]
RenderView.cpp 769 overflowRect = layer()->currentTransform().mapRect(overflowRect);
    [all...]
RenderObject.cpp     [all...]
RenderLayer.cpp 368 TransformationMatrix RenderLayer::currentTransform(RenderStyle::ApplyTransformOrigin applyOrigin) const
    [all...]
RenderBox.cpp     [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cf2font.h 66 CF2_Matrix currentTransform; /* original client matrix */
cf2font.c 178 &font->currentTransform,
183 font->currentTransform = *transform;
184 font->currentTransform.tx =
185 font->currentTransform.ty = cf2_intToFixed( 0 );
  /external/freetype/src/cff/
cf2font.h 66 CF2_Matrix currentTransform; /* original client matrix */
cf2font.c 274 &font->currentTransform,
279 font->currentTransform = *transform;
280 font->currentTransform.tx =
281 font->currentTransform.ty = cf2_intToFixed( 0 );
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cf2font.h 66 CF2_Matrix currentTransform; /* original client matrix */
cf2font.c 179 &font->currentTransform,
184 font->currentTransform = *transform;
185 font->currentTransform.tx =
186 font->currentTransform.ty = cf2_intToFixed( 0 );
  /frameworks/base/libs/hwui/
StatefulBaseRenderer.h 60 return CC_LIKELY(currentTransform()->rectToRect());
102 inline const mat4* currentTransform() const {
StatefulBaseRenderer.cpp 154 if (CC_LIKELY(currentTransform()->rectToRect())) {
167 currentTransform()->copyTo(transform);
203 if (!outlineIsRounded || currentTransform()->isSimple()) {
241 currentTransform()->mapRect(r);
280 currentTransform()->mapRect(r);
OpenGLRenderer.cpp 372 currentTransform()->copyTo(&info.transform[0]);
618 currentTransform()->mapRect(bounds);
635 inverse.loadInverse(*currentTransform());
    [all...]
DisplayListRenderer.h 103 return currentTransform()->isSimple();
DisplayListRenderer.cpp 186 DrawRenderNodeOp* op = new (alloc()) DrawRenderNodeOp(renderNode, flags, *currentTransform());
OpenGLRenderer.h 104 * the currentTransform()
223 return currentTransform()->isSimple();
    [all...]
RenderNode.cpp     [all...]
DisplayListOp.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTransformList.cpp 326 RefPtr<SVGTransform> currentTransform = SVGTransformDistance(effectiveFrom, toTransform).scaledDistance(percentage).addToSVGTransform(effectiveFrom);
329 append(SVGTransformDistance::addSVGTransforms(currentTransform, effectiveToAtEnd, repeatCount));
331 append(currentTransform);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.h 126 PassRefPtr<SVGMatrixTearOff> currentTransform() const
CanvasRenderingContext2D.idl 52 [RuntimeEnabled=ExperimentalCanvasFeatures] attribute SVGMatrix currentTransform;

Completed in 3337 milliseconds