HomeSort by relevance Sort by last modified time
    Searched full:localm (Results 1 - 15 of 15) sorted by null

  /frameworks/base/graphics/java/android/graphics/
Shader.java 63 * @param localM If not null, it is set to the shader's local matrix.
66 public boolean getLocalMatrix(Matrix localM) {
68 localM.set(mLocalMatrix);
77 * @param localM The shader's new local matrix, or null to specify identity
79 public void setLocalMatrix(Matrix localM) {
80 mLocalMatrix = localM;
82 localM == null ? 0 : localM.native_instance);
  /external/skia/gm/
shadertext3.cpp 107 SkMatrix localM;
108 localM.setTranslate(5.f, 5.f);
109 localM.postRotate(20);
110 localM.postScale(1.15f, .85f);
111 shader->setLocalMatrix(localM);
shadertext2.cpp 131 static const char kLabelLabel[] = "localM / canvasM";
  /external/chromium_org/third_party/skia/include/views/
SkTouchGesture.h 43 const SkMatrix& localM();
  /external/skia/include/views/
SkTouchGesture.h 43 const SkMatrix& localM();
  /external/chromium_org/third_party/skia/include/core/
SkShader.h 51 * @param localM The shader's new local matrix.
53 void setLocalMatrix(const SkMatrix& localM) { fLocalMatrix = localM; }
  /external/jdiff/src/jdiff/
XMLToAPI.java 146 MethodAPI localM = (MethodAPI)(iter2.next());
147 if (localM.name_.compareTo(m.name_) == 0 &&
148 localM.getSignature().compareTo(m.getSignature()) == 0)
  /external/skia/include/core/
SkShader.h 51 * @param localM The shader's new local matrix.
53 void setLocalMatrix(const SkMatrix& localM) { fLocalMatrix = localM; }
  /external/chromium_org/third_party/skia/src/views/
SkTouchGesture.cpp 127 const SkMatrix& SkTouchGesture::localM() {
  /external/skia/src/views/
SkTouchGesture.cpp 127 const SkMatrix& SkTouchGesture::localM() {
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp 684 // invert the localM, translate to center1, rotate so center2 is on x axis.
SkTwoPointRadialGradient.cpp 665 // invert the localM, translate to center1 (fPtsToUni), rotate so center2 is on x axis.
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp 684 // invert the localM, translate to center1, rotate so center2 is on x axis.
SkTwoPointRadialGradient.cpp 665 // invert the localM, translate to center1 (fPtsToUni), rotate so center2 is on x axis.
  /external/guava/guava/lib/
jdiff.jar 

Completed in 1730 milliseconds