OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentCol
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/
rsFont.h
170
uint32_t
mCurrentCol
;
175
mCurrentCol
(currentCol), mDirty(false) {
rsFont.cpp
411
mCacheLines[i]->
mCurrentCol
= 0;
486
(1.0f - (float)mCacheLines[i]->
mCurrentCol
/(float)mCacheLines[i]->mMaxWidth)*100.0f);
729
remainingCapacity += (mCacheLines[i]->mMaxWidth - mCacheLines[i]->
mCurrentCol
);
849
if (
mCurrentCol
+ (uint32_t)bitmap->width < mMaxWidth) {
850
*retOriginX =
mCurrentCol
;
852
mCurrentCol
+= bitmap->width;
Completed in 56 milliseconds