Searched defs:ParaWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/minikin/include/minikin/
H A DLineBreaker.h182 // ParaWidth is used to hold cumulative width from beginning of paragraph. Note that for
186 typedef double ParaWidth; typedef in class:android::LineBreaker
192 ParaWidth preBreak;
193 ParaWidth postBreak;
202 void addWordBreak(size_t offset, ParaWidth preBreak, ParaWidth postBreak, float penalty,
234 ParaWidth mWidth = 0;
242 ParaWidth mPreBreak; // prebreak of last break

Completed in 430 milliseconds