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

  /external/skia/gm/
shadertext2.cpp 70 SkTDArray<LabeledMatrix> matrices; local
71 matrices.append()->fMatrix.reset();
72 matrices.top().fLabel = "Identity";
73 matrices.append()->fMatrix.setScale(1.2f, 0.8f);
74 matrices.top().fLabel = "Scale";
75 matrices.append()->fMatrix.setRotate(10.f);
76 matrices.top().fLabel = "Rotate";
77 matrices.append()->fMatrix.reset();
78 matrices.top().fMatrix.setPerspX(-0.0015f);
79 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/legacy/src/core/
SkPictureRecord.cpp 623 int SkPictureRecord::find(SkTDArray<const SkFlatMatrix* >& matrices, const SkMatrix* matrix) {
627 int index = SkTSearch<SkFlatData>((const SkFlatData**) matrices.begin(),
628 matrices.count(), (SkFlatData*) flat, sizeof(flat), &SkFlatData::Compare);
631 return matrices[index]->index();
634 *matrices.insert(index) = flat;
694 matrices(&sizeData);
717 int SkPictureRecord::matrices(size_t* size) const { function in class:SkPictureRecord
SkPicturePlayback.cpp 27 int matrices = record.matrices(&matricesBytes); local
36 if (matrices != 0)
37 SkDebugf("matrices size %zd (matrices:%d) ", matricesBytes, matrices);
93 const SkTDArray<const SkFlatMatrix* >& matrices = record.getMatrices(); local
94 fMatrixCount = matrices.count();
97 for (const SkFlatMatrix** matrixPtr = matrices.begin();
98 matrixPtr != matrices.end(); matrixPtr++)
    [all...]
  /external/skia/src/core/
SkPictureRecord.cpp 835 matrices(&sizeData);
858 int SkPictureRecord::matrices(size_t* size) const { function in class:SkPictureRecord
SkPicturePlayback.cpp 36 int matrices = record.matrices(&matricesBytes); local
45 if (matrices != 0)
46 SkDebugf("matrices size %zd (matrices:%d) ", matricesBytes, matrices);
294 SkDebugf("--- picture size: ops=%d bitmaps=%d [%d] matrices=%d [%d] paints=%d [%d] paths=%d regions=%d\n",
    [all...]
  /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 291 milliseconds