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/
TextLayoutCache.h
129
inline size_t
getAdvancesCount
() const { return mAdvances.size(); }
TextLayout.cpp
268
memcpy(resultAdvances, value->getAdvances(), value->
getAdvancesCount
() * sizeof(jfloat));
Completed in 62 milliseconds