HomeSort by relevance Sort by last modified time
    Searched refs:getChildrenMatrix (Results 1 - 5 of 5) sorted by null

  /external/skia/include/utils/
SkLayer.h 36 const SkMatrix& getChildrenMatrix() const { return fChildrenMatrix; }
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
Layer.cpp 157 tmp.preConcat(layer->getChildrenMatrix());
163 matrix->postConcat(ancestor->getChildrenMatrix());
174 // getChildrenMatrix().toDumpString(&str2);
217 canvas->concat(getChildrenMatrix());
Layer.h 55 const SkMatrix& getChildrenMatrix() const { return m_childrenMatrix; }
  /external/skia/src/utils/
SkLayer.cpp 165 tmp.preConcat(layer->getChildrenMatrix());
182 // this->getChildrenMatrix().toDumpString(&str2);
225 canvas->concat(this->getChildrenMatrix());
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 271 writeMatrix(stream, layer->getChildrenMatrix());

Completed in 255 milliseconds