OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAdvancesCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/android/graphics/
TextLayout.cpp
76
memcpy(resultAdvances, value->getAdvances(), value->
getAdvancesCount
() * sizeof(jfloat));
TextLayoutCache.h
133
inline size_t
getAdvancesCount
() const { return mAdvances.size(); }
Completed in 1972 milliseconds