HomeSort by relevance Sort by last modified time
    Searched refs:getMatrix (Results 51 - 75 of 149) sorted by null

1 23 4 5 6

  /external/chromium_org/third_party/skia/src/animator/
SkDrawMatrix.cpp 91 SkMatrix& concat = getMatrix();
132 SkMatrix& SkDrawMatrix::getMatrix() {
SkDrawExtraPathEffect.cpp 132 m = matrix->getMatrix();
276 dst->addPath(drawPath->getPath(), matrix->getMatrix());
338 fPathEffect = new SkShape2DPathEffect(this, &maker, matrix->getMatrix());
SkMatrixParts.cpp 152 if (fPathMeasure.getMatrix(offset, &result, (SkPathMeasure::MatrixFlags)gFlags[mode]))
SkPathParts.cpp 314 fPath->fPath.addPath(path->fPath, matrix->getMatrix());
  /external/skia/src/animator/
SkDrawMatrix.cpp 91 SkMatrix& concat = getMatrix();
132 SkMatrix& SkDrawMatrix::getMatrix() {
SkDrawExtraPathEffect.cpp 132 m = matrix->getMatrix();
276 dst->addPath(drawPath->getPath(), matrix->getMatrix());
338 fPathEffect = new SkShape2DPathEffect(this, &maker, matrix->getMatrix());
  /frameworks/base/core/java/android/view/
Surface.java 461 * the matrix looks like obtained from getMatrix. This is a hack to handle
462 * the case that an application uses getMatrix to keep the original matrix,
469 // A temp matrix to remember what an application obtained via {@link getMatrix}
476 // the matrix was obtained from getMatrix.
487 public void getMatrix(Matrix m) {
488 super.getMatrix(m);
  /frameworks/base/core/java/android/view/animation/
ScaleAnimation.java 254 t.getMatrix().setScale(sx, sy);
256 t.getMatrix().setScale(sx, sy, scale * mPivotX, scale * mPivotY);
TranslateAnimation.java 159 t.getMatrix().setTranslate(dx, dy);
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 629 if (!usePath && paint.isAntiAlias() && !fContext->getMatrix().rectStaysRect()) {
636 usePath = !fContext->getMatrix().preservesRightAngles();
678 if (!usePath && !fContext->getMatrix().rectStaysRect()) {
759 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), filter, &context->getMatrix(), &srcM,
765 if (!filter->filterMask(&dstM, srcM, context->getMatrix(), NULL)) {
918 pathPtr->transform(fContext->getMatrix(), devPathPtr);
923 fContext->getMatrix(),
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 629 if (!usePath && paint.isAntiAlias() && !fContext->getMatrix().rectStaysRect()) {
636 usePath = !fContext->getMatrix().preservesRightAngles();
678 if (!usePath && !fContext->getMatrix().rectStaysRect()) {
759 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), filter, &context->getMatrix(), &srcM,
765 if (!filter->filterMask(&dstM, srcM, context->getMatrix(), NULL)) {
918 pathPtr->transform(fContext->getMatrix(), devPathPtr);
923 fContext->getMatrix(),
    [all...]
  /frameworks/support/v4/kitkat/android/support/v4/print/
PrintHelperKitkat.java 210 Matrix matrix = getMatrix(bitmap.getWidth(), bitmap.getHeight(),
256 private Matrix getMatrix(int imageWidth, int imageHeight, RectF content, int fittingMode) {
398 Matrix matrix = getMatrix(mBitmap.getWidth(), mBitmap.getHeight(),
  /external/chromium_org/third_party/skia/include/utils/
SkCamera.h 160 void getMatrix(SkMatrix*) const;
  /external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.h 112 const SkMatrix* getMatrix(SkReader32& reader) {
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramEffects.cpp 100 const SkMatrix& matrix = coordTransform.getMatrix();
122 combined.setConcat(coordTransform.getMatrix(), drawEffect.getCoordChangeMatrix());
124 combined = coordTransform.getMatrix();
162 SkMatrix::TypeMask type0 = coordTransform.getMatrix().getType();
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
ObjectHelper.java 300 Matrix4f parentInv = pParent.isNull() ? Matrix4f.IDENTITY : this.getMatrix(objectStructure, "parentinv");
342 public Matrix4f getMatrix(Structure structure, String matrixName) {
343 return this.getMatrix(structure, matrixName, false);
356 public Matrix4f getMatrix(Structure structure, String matrixName, boolean applyFixUpAxis) {
  /external/skia/include/utils/
SkCamera.h 160 void getMatrix(SkMatrix*) const;
  /external/skia/src/core/
SkPicturePlayback.h 112 const SkMatrix* getMatrix(SkReader32& reader) {
  /external/skia/src/gpu/gl/
GrGLProgramEffects.cpp 100 const SkMatrix& matrix = coordTransform.getMatrix();
122 combined.setConcat(coordTransform.getMatrix(), drawEffect.getCoordChangeMatrix());
124 combined = coordTransform.getMatrix();
162 SkMatrix::TypeMask type0 = coordTransform.getMatrix().getType();
  /frameworks/native/services/surfaceflinger/RenderEngine/
Program.cpp 133 glUniformMatrix4fv(mTextureMatrixLoc, 1, GL_FALSE, desc.mTexture.getMatrix().asArray());
  /frameworks/base/services/java/com/android/server/wm/
AppWindowAnimator.java 148 thumbnailTransformation.getMatrix().preTranslate(thumbnailX, thumbnailY);
159 thumbnailTransformation.getMatrix().getValues(tmpFloats);
ScreenRotationAnimation.java     [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ArmatureModifier.java 113 Matrix4f armatureObjectMatrix = objectHelper.getMatrix(armatureObject, "obmat", true);
114 Matrix4f inverseMeshObjectMatrix = objectHelper.getMatrix(objectStructure, "obmat", true).invertLocal();
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 257 v0.getMatrix().mapPoints(pt);
297 next.getMatrix().invert(inverse);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixStack.java 152 public void getMatrix(float[] dest, int offset) {

Completed in 452 milliseconds

1 23 4 5 6