HomeSort by relevance Sort by last modified time
    Searched refs:SkMatrix (Results 151 - 175 of 226) sorted by null

1 2 3 4 5 67 8 910

  /external/skia/samplecode/
SampleCircle.cpp 99 SkMatrix matrix;
SampleImage.cpp 68 SkMatrix m;
SampleMipMap.cpp 121 SkMatrix m;
SampleXfermodesBlur.cpp 127 SkMatrix m;
SampleAll.cpp 152 Dot2DPathEffect(SkScalar radius, const SkMatrix& matrix)
181 SkMatrix lattice;
191 SkMatrix lattice;
207 Line2DPathEffect(SkScalar width, const SkMatrix& matrix)
254 SkMatrix lattice;
384 SkMatrix matrix; matrix.reset();
SampleApp.cpp 559 SkMatrix m;
574 SkMatrix m;
588 const SkMatrix& localM = fGesture.localM();
589 if (localM.getType() & SkMatrix::kScale_Mask) {
676 SkMatrix matrix;
680 if (matrix.setRectToRect(scalarSrc, dest, SkMatrix::kFill_ScaleToFit)) {
    [all...]
  /external/skia/src/core/
SkGlyphCache.h 286 SkAutoGlyphCache(const SkPaint& paint, const SkMatrix* matrix) {
SkPicture.cpp 91 static void validateMatrix(const SkMatrix* matrix) {
  /external/skia/src/effects/
SkEmbossMaskFilter.cpp 76 const SkMatrix& matrix, SkIPoint* margin) {
SkTransparentShader.cpp 23 const SkMatrix& matrix) {
  /external/skia/src/pipe/
SkGPipeRead.cpp 164 SkMatrix matrix;
171 SkMatrix matrix;
332 SkMatrix matrixStorage;
333 const SkMatrix* matrix = NULL;
  /external/skia/src/svg/
SkSVGPaintState.cpp 204 SkMatrix sum;
221 SkMatrix matrix;
238 SkMatrix inverse;
241 SkMatrix output;
  /external/skia/src/utils/
SkDumpCanvas.cpp 213 bool SkDumpCanvas::concat(const SkMatrix& matrix) {
220 void SkDumpCanvas::setMatrix(const SkMatrix& matrix) {
301 void SkDumpCanvas::drawBitmapMatrix(const SkBitmap& bitmap, const SkMatrix& m,
346 const SkPath& path, const SkMatrix* matrix,
  /external/webkit/Source/WebCore/platform/graphics/skia/
GradientSkia.cpp 176 SkMatrix matrix = m_gradientSpaceTransformation;
GraphicsContextSkia.cpp 119 static bool isPointSkiaSafe(const SkMatrix& transform, const SkPoint& pt)
132 static bool isRectSkiaSafe(const SkMatrix& transform, const SkRect& rc)
143 bool isPathSkiaSafe(const SkMatrix& transform, const SkPath& path)
668 SkMatrix matrix;
864 const SkMatrix& m = platformContext()->canvas()->getTotalMatrix();
    [all...]
  /external/webkit/Source/WebKit/android/nav/
FindCanvas.cpp 184 const SkMatrix& matrix = getTotalMatrix();
218 SkMatrix matrix = getTotalMatrix();
247 const SkMatrix& matrix = getTotalMatrix();
590 const SkMatrix& matrix = canvas->getTotalMatrix();
FindCanvas.h 140 const SkPath& path, const SkMatrix* matrix,
  /frameworks/base/core/jni/android/graphics/
Camera.cpp 62 v->getMatrix((SkMatrix*)native_matrix);
PathMeasure.cpp 98 SkMatrix* matrix, int flags) {
Path.cpp 235 static void addPath__PathMatrix(JNIEnv* env, jobject clazz, SkPath* obj, SkPath* src, SkMatrix* matrix) {
257 static void transform__MatrixPath(JNIEnv* env, jobject clazz, SkPath* obj, SkMatrix* matrix, SkPath* dst) {
261 static void transform__Matrix(JNIEnv* env, jobject clazz, SkPath* obj, SkMatrix* matrix) {
  /external/skia/gpu/src/
app-android.cpp 232 const SkMatrix& localM = fGesture.localM();
233 if (localM.getType() & SkMatrix::kScale_Mask) {
  /external/skia/src/views/
SkTouchGesture.cpp 19 #include "SkMatrix.h"
69 bool SkFlingState::evaluateMatrix(SkMatrix* matrix) {
134 const SkMatrix& SkTouchGesture::localM() {
  /external/webkit/Source/WebCore/platform/graphics/chromium/
TransparencyWin.cpp 445 SkMatrix identity;
487 SkMatrix identity;
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 125 void writeMatrix(SkWStream *stream, const SkMatrix& matrix)
131 SkMatrix readMatrix(SkStream *stream)
133 SkMatrix matrix;
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 32 #include <SkMatrix.h>
302 OpenGLRenderer* renderer, SkMatrix* matrix) {
307 OpenGLRenderer* renderer, SkMatrix* matrix) {
312 OpenGLRenderer* renderer, SkMatrix* matrix) {
341 OpenGLRenderer* renderer, SkBitmap* bitmap, jbyteArray buffer, SkMatrix* matrix,
695 Layer* layer, SkMatrix* matrix) {
    [all...]

Completed in 1530 milliseconds

1 2 3 4 5 67 8 910