OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/chromium_org/third_party/skia/src/core/
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
...]
SkPictureRecord.cpp
1424
int SkPictureRecord::
matrices
(size_t* size) const {
function in class:SkPictureRecord
[
all
...]
/external/skia/src/core/
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
...]
SkPictureRecord.cpp
1424
int SkPictureRecord::
matrices
(size_t* size) const {
function in class:SkPictureRecord
[
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 385 milliseconds