OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AutoMatrix
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/gpu/
GrContext.h
675
* paint if necessary. Hint: use SkTCopyOnFirstWrite if the
AutoMatrix
is conditionally
678
class
AutoMatrix
: public ::SkNoncopyable {
680
AutoMatrix
() : fContext(NULL) {}
682
~
AutoMatrix
() { this->restore(); }
740
* made, not the matrix at the time
AutoMatrix
was first initialized. In other words, this
[
all
...]
/external/skia/include/gpu/
GrContext.h
675
* paint if necessary. Hint: use SkTCopyOnFirstWrite if the
AutoMatrix
is conditionally
678
class
AutoMatrix
: public ::SkNoncopyable {
680
AutoMatrix
() : fContext(NULL) {}
682
~
AutoMatrix
() { this->restore(); }
740
* made, not the matrix at the time
AutoMatrix
was first initialized. In other words, this
[
all
...]
Completed in 25 milliseconds