Home
last modified time | relevance | path

Searched refs:char_index (Results 1 – 2 of 2) sorted by relevance

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dpage.cc143 uint32_t Page::GetUnicode(int char_index) { in GetUnicode() argument
144 return FPDFText_GetUnicode(text_page(), char_index); in GetUnicode()
238 int char_index = FPDFText_GetCharIndexAtPos(text_page(), char_point.x, char_point.y, in SelectWordAt() local
240 if (char_index < 0 || IsWordBreak(GetUnicode(char_index))) { in SelectWordAt()
243 start->index = GetWordStartIndex(char_index); in SelectWordAt()
244 stop->index = GetWordStopIndex(char_index); in SelectWordAt()
535 int char_index = index; in GetBoundaryAtIndex() local
542 char_index = index - 1; in GetBoundaryAtIndex()
548 Rectangle_i char_bounds = GetCharBounds(char_index); in GetBoundaryAtIndex()
551 boundary.point.y = GetCharOrigin(char_index).y; in GetBoundaryAtIndex()
[all …]
Dpage.h119 uint32_t GetUnicode(int char_index);
279 Rectangle_d GetRawCharBounds(int char_index);
283 Rectangle_i GetCharBounds(int char_index);
286 Point_i GetCharOrigin(int char_index);