OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newMatrix
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/effects/
SkPerlinNoiseShader.cpp
468
SkMatrix
newMatrix
= *rec.fMatrix;
469
newMatrix
.preConcat(shader.getLocalMatrix());
471
newMatrix
.preConcat(*rec.fLocalMatrix);
475
fMatrix.setTranslate(-
newMatrix
.getTranslateX() + SK_Scalar1, -
newMatrix
.getTranslateY() + SK_Scalar1);
476
fPaintingData = SkNEW_ARGS(PaintingData, (shader.fTileSize, shader.fSeed, shader.fBaseFrequencyX, shader.fBaseFrequencyY,
newMatrix
));
[
all
...]
/external/zxing/core/
core.jar
Completed in 3016 milliseconds