OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CATransform3D
(Results
1 - 6
of
6
) sorted by null
/external/webkit/WebKitLibraries/win/include/QuartzCoreInterface/
QuartzCoreInterface.h
25
typedef struct
CATransform3D
CATransform3D
;
30
QUARTZCOREINTERFACE_API const
CATransform3D
& wkqcCATransform3DIdentity();
/external/webkit/WebCore/platform/graphics/win/
WKCACFLayer.h
69
CATransform3D
t;
215
void setSublayerTransform(const
CATransform3D
& transform) { CACFLayerSetSublayerTransform(layer(), transform); setNeedsCommit(); }
216
CATransform3D
sublayerTransform() const { return CACFLayerGetSublayerTransform(layer()); }
220
void setTransform(const
CATransform3D
& transform) { CACFLayerSetTransform(layer(), transform); setNeedsCommit(); }
221
CATransform3D
transform() const { return CACFLayerGetTransform(layer()); }
GraphicsLayerCACF.cpp
47
static inline void copyTransform(
CATransform3D
& toT3D, const TransformationMatrix& t)
67
TransformationMatrix CAToTransform3D(const
CATransform3D
& fromT3D)
508
CATransform3D
transform;
515
CATransform3D
transform;
690
CATransform3D
flipper = {
WKCACFLayer.cpp
547
static void printTransform(const
CATransform3D
& transform)
601
CATransform3D
layerTransform = sublayerTransform();
/external/webkit/WebCore/platform/graphics/mac/
WebLayer.mm
196
CATransform3D
t = [self transform];
GraphicsLayerCA.mm
129
static inline void copyTransform(
CATransform3D
& toT3D, const TransformationMatrix& t)
194
CATransform3D
caTransform;
[
all
...]
Completed in 76 milliseconds