HomeSort by relevance Sort by last modified time
    Searched defs:matrices (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/skia/gm/
shadertext2.cpp 62 SkTDArray<LabeledMatrix> matrices; local
63 matrices.append()->fMatrix.reset();
64 matrices.top().fLabel = "Identity";
65 matrices.append()->fMatrix.setScale(1.2f, 0.8f);
66 matrices.top().fLabel = "Scale";
67 matrices.append()->fMatrix.setRotate(10.f);
68 matrices.top().fLabel = "Rotate";
69 matrices.append()->fMatrix.reset();
70 matrices.top().fMatrix.setPerspX(-0.0015f);
71 matrices.top().fMatrix.setPerspY(+0.0015f)
    [all...]
  /external/skia/gm/
shadertext2.cpp 62 SkTDArray<LabeledMatrix> matrices; local
63 matrices.append()->fMatrix.reset();
64 matrices.top().fLabel = "Identity";
65 matrices.append()->fMatrix.setScale(1.2f, 0.8f);
66 matrices.top().fLabel = "Scale";
67 matrices.append()->fMatrix.setRotate(10.f);
68 matrices.top().fLabel = "Rotate";
69 matrices.append()->fMatrix.reset();
70 matrices.top().fMatrix.setPerspX(-0.0015f);
71 matrices.top().fMatrix.setPerspY(+0.0015f)
    [all...]
  /external/opencv/cvaux/src/
cvtexture.cpp 60 double*** matrices; member in struct:CvGLCM
140 newGLCM->matrices = 0;
233 if( (flag == CV_GLCM_GLCM || flag == CV_GLCM_ALL) && (*GLCM)->matrices )
237 if( (*GLCM)->matrices[ matrixLoop ] )
239 cvFree( (*GLCM)->matrices[matrixLoop] );
240 cvFree( (*GLCM)->matrices + matrixLoop );
244 cvFree( &((*GLCM)->matrices) );
283 double*** matrices = 0; local
285 // allocate memory to the matrices
286 CV_CALL( destGLCM->matrices = (double***)cvAlloc( sizeof(matrices[0])*numSteps ))
    [all...]
  /external/skia/src/core/
SkPicturePlayback.cpp 79 int matrices = record.matrices(&matricesBytes); local
88 if (matrices != 0)
89 SkDebugf("matrices size %zd (matrices:%d) ", matricesBytes, matrices);
    [all...]
SkPictureRecord.cpp 1740 int SkPictureRecord::matrices(size_t* size) const { function in class:SkPictureRecord
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 1846 final Vector<Matrix> matrices = new Vector<Matrix>(); local
    [all...]
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 578 } matrices[] = local
591 for (int matNdx = 0; matNdx < DE_LENGTH_OF_ARRAY(matrices); matNdx++)
593 int loc = gl.getAttribLocation(program, matrices[matNdx].name);
598 int numRows = matrices[matNdx].numRows;
599 int numCols = matrices[matNdx].numCols;
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 441 milliseconds