HomeSort by relevance Sort by last modified time
    Searched refs:localMatrix (Results 51 - 67 of 67) sorted by null

1 23

  /external/skia/src/gpu/gl/
GrGLPathProcessor.cpp 116 const SkMatrix& transform = GetTransformMatrix(pathProc.localMatrix(),
  /external/skia/gm/
dcshader.cpp 37 const SkMatrix* localMatrix, GrColor* color,
103 const SkMatrix* localMatrix, GrColor* color,
  /external/skia/src/gpu/
GrOvalRenderer.cpp 74 static GrGeometryProcessor* Create(GrColor color, bool stroke, const SkMatrix& localMatrix) {
75 return SkNEW_ARGS(CircleEdgeEffect, (color, stroke, localMatrix));
81 const SkMatrix& localMatrix() const { return fLocalMatrix; }
116 ce.localMatrix(), args.fTransformsIn, args.fTransformsOut);
137 key |= local.fUsesLocalCoords && ce.localMatrix().hasPerspective() ? 0x2 : 0x0;
184 CircleEdgeEffect(GrColor color, bool stroke, const SkMatrix& localMatrix)
186 , fLocalMatrix(localMatrix) {
235 static GrGeometryProcessor* Create(GrColor color, bool stroke, const SkMatrix& localMatrix) {
236 return SkNEW_ARGS(EllipseEdgeEffect, (color, stroke, localMatrix));
247 const SkMatrix& localMatrix() const { return fLocalMatrix;
    [all...]
GrDefaultPathRenderer.cpp 670 SkMatrix localMatrix = SkMatrix::I();
680 if (!viewMatrix.invert(&localMatrix)) {
689 target->drawRect(pipelineBuilder, color, viewM, bounds, NULL, &localMatrix);
GrDrawTarget.h 115 * @param localMatrix Optional local matrix. The local coordinates are specified by localRect,
125 const SkMatrix* localMatrix);
GrContext.cpp 325 SkMatrix localMatrix;
326 if (!viewMatrix.invert(&localMatrix)) {
344 &localMatrix);
691 const SkMatrix* localMatrix) {
707 localMatrix);
    [all...]
GrDrawTarget.cpp 300 const SkMatrix* localMatrix) {
302 localMatrix));
GrAtlasTextContext.cpp     [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
ObjectHelper.java 307 Matrix4f localMatrix = parentInv.mult(globalMatrix);
309 Vector3f translation = localMatrix.toTranslationVector();
310 Quaternion rotation = localMatrix.toRotationQuat();
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 570 const SkMatrix& viewm, const SkMatrix* localMatrix,
578 if (localMatrix) {
580 if (!localMatrix->invert(&inv)) {
SkRadialGradient.cpp 546 const SkMatrix* localMatrix, GrColor* paintColor,
554 if (localMatrix) {
556 if (!localMatrix->invert(&inv)) {
SkTwoPointConicalGradient.cpp 395 const SkMatrix* localMatrix,
401 *fp = Gr2PtConicalGradientEffect::Create(context, *this, fTileMode, localMatrix);
SkTwoPointConicalGradient_gpu.cpp     [all...]
  /frameworks/base/libs/hwui/
SkiaShader.cpp 64 * @param localMatrix Local matrix, as returned by SkShader::getLocalMatrix().
68 const SkMatrix& localMatrix, const mat4& modelViewMatrix) {
71 shaderMatrix.loadInverse(localMatrix);
OpenGLRenderer.cpp 914 LayerShader(Layer* layer, const SkMatrix* localMatrix)
915 : INHERITED(localMatrix)
    [all...]
  /external/skia/src/effects/
SkPerlinNoiseShader.cpp     [all...]
  /external/skia/src/core/
SkDraw.cpp 78 const SkMatrix* localMatrix = NULL)
82 localMatrix, &fAllocator));
856 SkMatrix localMatrix;
857 looper.mapMatrix(&localMatrix, *matrix);
859 SkAutoBlitterChoose blitterStorage(looper.getBitmap(), localMatrix, paint);
    [all...]

Completed in 877 milliseconds

1 23