HomeSort by relevance Sort by last modified time
    Searched defs:matrix (Results 201 - 225 of 244) sorted by null

1 2 3 4 5 6 7 8910

  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 29 #include "matrix.h"
141 /* Pre-compute rotation matrix entries */
173 /* Pre-compute rotation matrix entries */
231 struct matrix matrix; local
237 matrix_load_identity(&matrix);
238 matrix_scale(&matrix, 1.f, arc->a/arc->b);
239 matrix_rotate(&matrix, -arc->theta);
240 matrix_map_point(&matrix,
243 matrix_map_point(&matrix,
    [all...]
path.c 32 #include "matrix.h"
64 struct matrix matrix; member in struct:path::__anon7177
69 struct matrix matrix; member in struct:path::__anon7178
292 struct matrix *matrix)
298 matrix_map_point(matrix, x0, y0, &x0, &y0);
360 static struct polygon_array * path_get_fill_polygons(struct path *p, struct matrix *matrix)
812 struct matrix *matrix; member in struct:transform_data
    [all...]
stroker.c 34 #include "matrix.h"
620 struct matrix matrix; local
622 matrix_load_identity(&matrix);
628 arc_stroker_emit(&arc, stroker, &matrix);
1096 struct matrix matrix; local
    [all...]
  /external/mesa3d/src/glsl/
ast_function.cpp 514 * Dereference a specific component from a scalar, vector, or matrix
536 /* Dereference a row of the matrix, then call this function again to get
854 * Generate assignment of a portion of a vector to a portion of a matrix column
877 * that are to be assigned to the column of the matrix.
895 * Generate inline code for a matrix constructor
916 /* There are three kinds of matrix constructors.
918 * - Construct a matrix from a single scalar by replicating that scalar to
919 * along the diagonal of the matrix and setting all other components to
922 * - Construct a matrix from an arbirary combination of vectors and
924 * to the matrix in colum-major order until the matrix is full
1412 ir_rvalue *matrix = (ir_rvalue *) n; local
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 20 import android.graphics.Matrix;
328 fail("transform() should throw an exception when matrix is null.");
376 Matrix matrix = new Matrix(); local
377 matrix.setRotate(ROTATION);
378 event.transform(matrix);
  /cts/tests/tests/widget/src/android/widget/cts/
ImageViewTest.java 37 import android.graphics.Matrix;
294 imageView.setScaleType(ImageView.ScaleType.MATRIX);
295 assertEquals(ImageView.ScaleType.MATRIX, imageView.getScaleType());
316 final Matrix matrix = new Matrix(); local
317 imageView.setImageMatrix(matrix);
318 assertEquals(matrix, imageView.getImageMatrix());
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 348 *found = !matrix[row * cols + col].is_null ();
349 return this+matrix[row * cols + col];
357 if (!c->check_array (matrix, matrix[0].static_size, count)) return TRACE_RETURN (false);
359 if (!matrix[i].sanitize (c, this)) return TRACE_RETURN (false);
366 matrix[VAR]; /* Matrix of offsets to Anchor tables-- member in struct:OT::AnchorMatrix
369 DEFINE_SIZE_ARRAY (2, matrix);
813 ValueRecord values; /* Matrix of value pairs:
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
stroker.c 34 #include "matrix.h"
620 struct matrix matrix; local
622 matrix_load_identity(&matrix);
628 arc_stroker_emit(&arc, stroker, &matrix);
1096 struct matrix matrix; local
    [all...]
  /external/chromium_org/third_party/qcms/src/
iccread.c 407 static struct matrix read_tag_s15Fixed16ArrayType(struct mem_source *src, struct tag_index index, uint32_t tag_id)
410 struct matrix matrix; local
422 matrix.m[i/3][i%3] = s15Fixed16Number_to_float(read_s15Fixed16Number(src, offset+8+i*4));
424 matrix.invalid = false;
426 matrix.invalid = true;
429 return matrix;
657 // read the matrix if we have it
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp 257 SkMatrix matrix; local
258 matrix.setAll(SkDoubleToScalar(array[0]),
268 return matrix;
277 "null array passed to build matrix", NULL, NULL);
283 "null array passed to build matrix", pdfArray, NULL);
693 SkTraceMatrix(pdfContext->fGraphicsState.fCTM, "Current matrix");
696 pdfContext->fGraphicsState.fCTM.preConcat(skobj->Matrix(pdfContext->fPdfDoc));
697 SkMatrix matrix = pdfContext->fGraphicsState.fCTM; local
698 matrix.preScale(SkDoubleToScalar(1), SkDoubleToScalar(-1));
699 pdfContext->fGraphicsState.fMatrixTm = matrix;
975 SkMatrix matrix = SkMatrixFromPdfMatrix(array); local
1011 SkMatrix matrix = SkMatrixFromPdfMatrix(array); local
1061 SkMatrix matrix = SkMatrixFromPdfMatrix(array); local
1438 SkMatrix matrix = pdfContext->fGraphicsState.fCTM; local
1598 SkMatrix matrix; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkDraw.cpp 47 SkAutoBlitterChoose(const SkBitmap& device, const SkMatrix& matrix,
49 fBlitter = SkBlitter::Choose(device, matrix, paint, &fAllocator,
56 void choose(const SkBitmap& device, const SkMatrix& matrix,
59 fBlitter = SkBlitter::Choose(device, matrix, paint, &fAllocator,
306 bool init(SkCanvas::PointMode, const SkPaint&, const SkMatrix* matrix,
411 // square procs (strokeWidth > 0 but matrix is square-scale (sx == sy)
449 const SkMatrix* matrix, const SkRasterClip* rc) {
463 matrix->isScaleTranslate() && SkCanvas::kPoints_PointMode == mode) {
464 SkScalar sx = matrix->get(SkMatrix::kMScaleX);
465 SkScalar sy = matrix->get(SkMatrix::kMScaleY)
565 const SkMatrix* matrix = fMatrix; local
808 const SkMatrix& matrix = *fMatrix; local
1013 const SkMatrix* matrix = fMatrix; local
1246 SkMatrix matrix; local
1330 SkMatrix matrix; local
1398 SkMatrix matrix; local
1665 SkMatrix matrix; local
2342 SkMatrix matrix; local
    [all...]
SkMatrix.cpp 147 // helper function to determine if upper-left 2x2 of matrix is degenerate
157 // if identity or translate matrix
336 // a full concat and/or just computing the matrix type is more expensive.
691 /* Matrix inversion is very expensive, but also the place where keeping
692 precision may be most important (here and matrix concat). Hence to avoid
731 // Since the determinant is on the order of the cube of the matrix members,
1559 SkScalar matrix[9]; member in struct:__anon19801::PODMatrix
    [all...]
SkCanvas.cpp 84 The clip/matrix/proc are fields that reflect the top of the save/restore
162 Since a level optionally copies the matrix and/or stack, we have pointers
1222 SkMatrix matrix = *iter.fMatrix; local
1262 SkMatrix matrix = *iter.fMatrix; local
1325 SkMatrix matrix; local
1918 SkMatrix matrix; local
2392 SkMatrix matrix; local
2461 const SkMatrix& SkCanvas::LayerIter::matrix() const { function in class:SkCanvas::LayerIter
    [all...]
SkPaint.cpp 481 SkMatrix matrix; local
482 matrix.setConcat(ctm, textM);
483 return tooBig(matrix, MaxCacheSize2());
1411 SkMatrix matrix; local
1439 SkMatrix matrix; local
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp 51 // Shift matrix components to the left, as we advance pixels to the right.
346 GrLightingEffect(GrTexture* texture, const SkLight* light, SkScalar surfaceScale, const SkMatrix& matrix);
374 const SkMatrix& matrix,
379 matrix,
396 const SkMatrix& matrix,
409 const SkMatrix& matrix,
415 matrix,
433 const SkMatrix& matrix,
560 virtual SkLight* transform(const SkMatrix& matrix) const = 0;
627 virtual SkLight* transform(const SkMatrix& matrix) const
1342 SkMatrix matrix; local
1550 SkMatrix matrix; local
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrContext.cpp 693 // We attempt to map r by the inverse matrix and draw that. mapRect will
698 GrPrintf("Could not invert matrix\n");
704 GrPrintf("Could not invert matrix\n");
814 SkMatrix matrix = target->drawState()->getViewMatrix(); local
831 if (!matrix.invert(&invM)) {
854 bool doAA = needAA && apply_aa_to_rect(target, rect, width, matrix, &devBoundRect);
865 matrix, devBoundRect,
870 rect, matrix, devBoundRect);
1718 SkMatrix matrix; local
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp 243 void updateMatrix(const SkMatrix& matrix);
503 void GraphicStackState::updateMatrix(const SkMatrix& matrix) {
504 if (matrix == currentEntry()->fMatrix) {
516 if (matrix.getType() == SkMatrix::kIdentity_Mask) {
521 SkPDFUtils::AppendTransform(matrix, fContentStream);
522 currentEntry()->fMatrix = matrix;
618 const SkRegion& clipRegion, const SkMatrix& matrix,
624 init(clipStack, clipRegion, matrix, paint, hasText);
682 const SkMatrix& matrix, const SkPaint& paint, bool hasText) {
684 if (matrix.hasPerspective())
976 SkMatrix matrix = *d.fMatrix; local
1036 SkMatrix matrix; local
1106 SkMatrix matrix; local
1235 SkMatrix matrix; local
2072 SkMatrix matrix = origMatrix; local
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 259 void SkLua::pushMatrix(const SkMatrix& matrix, const char key[]) {
260 push_obj(fL, matrix);
973 SkMatrix matrix; local
975 switch (shader->asABitmap(&bm, &matrix, modes)) {
    [all...]
  /external/chromium_org/ui/aura/
window_unittest.cc 2939 const SkMatrix& matrix = canvas->sk_canvas()->getTotalMatrix(); variable
    [all...]
  /external/chromium_org/ui/views/
view_unittest.cc 523 transform->matrix().set3x3(0, -1, 0,
529 transform->matrix().set3x3( 0, 1, 0,
1995 const SkMatrix& matrix = transform.matrix(); local
2016 const SkMatrix& matrix = transform.matrix(); local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 420 tcu::Matrix<float, 4, 3> matrix; member in struct:deqp::gles3::Functional::Linear2DFunctionEvaluator
433 return matrix * position;
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 348 *found = !matrix[row * cols + col].is_null ();
349 return this+matrix[row * cols + col];
357 if (!c->check_array (matrix, matrix[0].static_size, count)) return TRACE_RETURN (false);
359 if (!matrix[i].sanitize (c, this)) return TRACE_RETURN (false);
366 matrix[VAR]; /* Matrix of offsets to Anchor tables-- member in struct:OT::AnchorMatrix
369 DEFINE_SIZE_ARRAY (2, matrix);
813 ValueRecord values; /* Matrix of value pairs:
    [all...]
  /bionic/libc/kernel/uapi/linux/
omap3isp.h 359 __u16 matrix[OMAP3ISP_RGB_MAX][OMAP3ISP_RGB_MAX]; member in struct:omap3isp_prev_rgbtorgb
364 __u16 matrix[OMAP3ISP_RGB_MAX][OMAP3ISP_RGB_MAX]; member in struct:omap3isp_prev_csc
  /development/ndk/platforms/android-L/include/linux/
omap3isp.h 359 __u16 matrix[OMAP3ISP_RGB_MAX][OMAP3ISP_RGB_MAX]; member in struct:omap3isp_prev_rgbtorgb
364 __u16 matrix[OMAP3ISP_RGB_MAX][OMAP3ISP_RGB_MAX]; member in struct:omap3isp_prev_csc
  /external/chromium_org/third_party/skia/samplecode/
SampleApp.cpp 1217 SkMatrix matrix; local
    [all...]

Completed in 1946 milliseconds

1 2 3 4 5 6 7 8910