OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStaticMatrix
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/libs/hwui/
RenderProperties.h
164
CC_UNLIKELY(
getStaticMatrix
() && !
getStaticMatrix
()->isScaleTranslate());
209
const SkMatrix*
getStaticMatrix
() const { return mStaticMatrix; }
RenderProperties.cpp
85
setStaticMatrix(other.
getStaticMatrix
());
RenderNode.cpp
429
if (properties().
getStaticMatrix
()) {
430
mat4 stat(*properties().
getStaticMatrix
());
FrameBuilder.cpp
217
if (properties.
getStaticMatrix
()) {
218
mCanvasState.concatMatrix(*properties.
getStaticMatrix
());
[
all
...]
/frameworks/base/libs/hwui/pipeline/skia/
RenderNodeDrawable.cpp
247
if (properties.
getStaticMatrix
()) {
248
canvas->concat(*properties.
getStaticMatrix
());
Completed in 240 milliseconds