Searched refs:matrices (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/core/
H A DSkPictureRecord.h121 int find(SkTDArray<const SkFlatMatrix* >& matrices,
136 int matrices(size_t* size) const;
H A DSkPictureRecord.cpp553 int SkPictureRecord::find(SkTDArray<const SkFlatMatrix* >& matrices, const SkMatrix* matrix) { argument
557 int index = SkTSearch<SkFlatData>((const SkFlatData**) matrices.begin(),
558 matrices.count(), (SkFlatData*) flat, sizeof(flat), &SkFlatData::Compare);
561 return matrices[index]->index();
564 *matrices.insert(index) = flat;
624 matrices(&sizeData);
647 int SkPictureRecord::matrices(size_t* size) const { function in class:SkPictureRecord
H A DSkPicturePlayback.cpp20 int matrices = record.matrices(&matricesBytes); local
29 if (matrices != 0)
30 SkDebugf("matrices size %zd (matrices:%d) ", matricesBytes, matrices);
86 const SkTDArray<const SkFlatMatrix* >& matrices = record.getMatrices(); local
87 fMatrixCount = matrices.count();
90 for (const SkFlatMatrix** matrixPtr = matrices.begin();
91 matrixPtr != matrices
[all...]
/external/libvpx/examples/includes/ASCIIMathPHP-2.0/
H A DASCIIMathPHP-2.0.class.php630 // Possibly to deal with matrices
643 // Dealing with matrices
/external/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm27 ;# on matrices of data. This is simplified by the fact that we usually

Completed in 732 milliseconds