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 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.h 286 // currentTransform computes a transform which takes accelerated animations into account. The
289 TransformationMatrix currentTransform(RenderStyle::ApplyTransformOrigin = RenderStyle::IncludeTransformOrigin) const;
    [all...]
RenderView.cpp     [all...]
RenderLayer.cpp 522 TransformationMatrix RenderLayer::currentTransform(RenderStyle::ApplyTransformOrigin applyOrigin) const
    [all...]
RenderObject.cpp     [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 371 currentTransform()->copyTo(&info.transform[0]);
661 currentTransform()->mapRect(bounds);
678 inverse.loadInverse(*currentTransform());
    [all...]
DisplayListRenderer.h 101 return currentTransform()->isSimple();
DisplayListRenderer.cpp 185 DrawRenderNodeOp* op = new (alloc()) DrawRenderNodeOp(renderNode, flags, *currentTransform());
OpenGLRenderer.h 104 * the currentTransform()
232 return currentTransform()->isSimple();
    [all...]
RenderNode.cpp     [all...]
DisplayListOp.h     [all...]
  /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);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.h 123 PassRefPtr<SVGMatrixTearOff> currentTransform() const
CanvasRenderingContext2D.idl 52 [RuntimeEnabled=ExperimentalCanvasFeatures] attribute SVGMatrix currentTransform;

Completed in 4157 milliseconds