OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAffine
(Results
1 - 5
of
5
) sorted by null
/external/webkit/WebCore/css/
WebKitCSSMatrix.cpp
176
if (m_matrix.
isAffine
())
CSSComputedStyleDeclaration.cpp
429
if (transform.
isAffine
()) {
[
all
...]
/external/webkit/WebCore/platform/graphics/transforms/
TransformationMatrix.h
264
bool
isAffine
() const
/external/webkit/WebCore/rendering/
RenderLayer.h
427
bool has3DTransform() const { return m_transform && !m_transform->
isAffine
(); }
RenderLayer.cpp
[
all
...]
Completed in 526 milliseconds