OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCurrentValue
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramEffects.h
198
Transform() {
fCurrentValue
= SkMatrix::InvalidMatrix(); }
201
SkMatrix
fCurrentValue
;
GrGLProgramEffects.cpp
432
if (transforms[t].
fCurrentValue
.get(SkMatrix::kMTransX) != tx ||
433
transforms[t].
fCurrentValue
.get(SkMatrix::kMTransY) != ty) {
435
transforms[t].
fCurrentValue
.set(SkMatrix::kMTransX, tx);
436
transforms[t].
fCurrentValue
.set(SkMatrix::kMTransY, ty);
442
if (!transforms[t].
fCurrentValue
.cheapEqualTo(matrix)) {
444
transforms[t].
fCurrentValue
= matrix;
/external/skia/src/gpu/gl/
GrGLProgramEffects.h
198
Transform() {
fCurrentValue
= SkMatrix::InvalidMatrix(); }
201
SkMatrix
fCurrentValue
;
GrGLProgramEffects.cpp
432
if (transforms[t].
fCurrentValue
.get(SkMatrix::kMTransX) != tx ||
433
transforms[t].
fCurrentValue
.get(SkMatrix::kMTransY) != ty) {
435
transforms[t].
fCurrentValue
.set(SkMatrix::kMTransX, tx);
436
transforms[t].
fCurrentValue
.set(SkMatrix::kMTransY, ty);
442
if (!transforms[t].
fCurrentValue
.cheapEqualTo(matrix)) {
444
transforms[t].
fCurrentValue
= matrix;
Completed in 29 milliseconds