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

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/
ModelInstance.java 83 * @param parentTransform True to apply the parent's node transform to the instance (only applicable if recursive is true).
85 public ModelInstance (final Model model, final String nodeId, boolean parentTransform, boolean mergeTransform) {
86 this(model, null, nodeId, true, parentTransform, mergeTransform);
93 * @param parentTransform True to apply the parent's node transform to the instance (only applicable if recursive is true).
95 public ModelInstance (final Model model, final Matrix4 transform, final String nodeId, boolean parentTransform,
97 this(model, transform, nodeId, true, parentTransform, mergeTransform);
103 * @param parentTransform True to apply the parent's node transform to the instance (only applicable if recursive is true).
105 public ModelInstance (final Model model, final String nodeId, boolean recursive, boolean parentTransform,
107 this(model, null, nodeId, recursive, parentTransform, mergeTransform);
114 * @param parentTransform True to apply the parent's node transform to the instance (only applicable if recursive is true).
    [all...]
  /external/skia/include/device/xps/
SkXPSDevice.h 200 const SkMatrix* parentTransform = NULL);
  /frameworks/base/libs/hwui/
DisplayListCanvas.cpp 101 SkMatrix parentTransform;
102 getMatrix(&parentTransform);
103 mSkiaCanvasProxy.get()->setMatrix(parentTransform);
RecordingCanvas.cpp 80 SkMatrix parentTransform;
81 getMatrix(&parentTransform);
82 mSkiaCanvasProxy.get()->setMatrix(parentTransform);
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]

Completed in 537 milliseconds