OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentTransform
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
ImageQualityController.cpp
153
const AffineTransform&
currentTransform
= context->getCTM();
154
bool contextIsScaled = !
currentTransform
.isIdentityOrTranslationOrFlipped();
158
LayoutSize scaledImageSize =
currentTransform
.mapSize(image->size());
159
LayoutSize scaledLayoutSize =
currentTransform
.mapSize(roundedIntSize(layoutSize));
RenderLayer.h
322
//
currentTransform
computes a transform which takes accelerated animations into account. The
325
TransformationMatrix
currentTransform
(RenderStyle::ApplyTransformOrigin = RenderStyle::IncludeTransformOrigin) const;
[
all
...]
RenderView.cpp
[
all
...]
CompositedLayerMapping.cpp
[
all
...]
RenderLayer.cpp
572
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
178
&font->
currentTransform
,
183
font->
currentTransform
= *transform;
184
font->
currentTransform
.tx =
185
font->
currentTransform
.ty = cf2_intToFixed( 0 );
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedTransformList.cpp
119
SVGTransform
currentTransform
= SVGTransformDistance(effectiveFrom, toTransform).scaledDistance(percentage).addToSVGTransform(effectiveFrom);
122
animatedTransformList.append(SVGTransformDistance::addSVGTransforms(
currentTransform
, effectiveToAtEnd, repeatCount));
124
animatedTransformList.append(
currentTransform
);
/frameworks/base/libs/hwui/
OpenGLRenderer.cpp
795
currentTransform
().mapRect(bounds);
810
inverse.loadInverse(
currentTransform
());
[
all
...]
OpenGLRenderer.h
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.idl
33
[RuntimeEnabled=ExperimentalCanvasFeatures, Immutable] attribute SVGMatrix
currentTransform
;
CanvasRenderingContext2D.h
121
SVGMatrix
currentTransform
() const
Completed in 630 milliseconds