OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addGetFixed
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
Sk64.h
172
SkFixed
addGetFixed
(const Sk64& other) const {
173
return this->
addGetFixed
(other.fHi, other.fLo);
177
SkFixed
addGetFixed
(int32_t hi, uint32_t lo) const {
/external/skia/include/core/
Sk64.h
172
SkFixed
addGetFixed
(const Sk64& other) const {
173
return this->
addGetFixed
(other.fHi, other.fLo);
177
SkFixed
addGetFixed
(int32_t hi, uint32_t lo) const {
Completed in 376 milliseconds