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.cc164 uint32_t Page::GetUnicode(int char_index) { in GetUnicode() argument
165 return FPDFText_GetUnicode(text_page(), char_index); in GetUnicode()
259 int char_index = FPDFText_GetCharIndexAtPos(text_page(), char_point.x, char_point.y, in SelectWordAt() local
261 if (char_index < 0 || IsWordBreak(GetUnicode(char_index))) { in SelectWordAt()
264 start->index = GetWordStartIndex(char_index); in SelectWordAt()
265 stop->index = GetWordStopIndex(char_index); in SelectWordAt()
648 int char_index = index; in GetBoundaryAtIndex() local
655 char_index = index - 1; in GetBoundaryAtIndex()
661 Rectangle_i char_bounds = GetCharBounds(char_index); in GetBoundaryAtIndex()
664 boundary.point.y = GetCharOrigin(char_index).y; in GetBoundaryAtIndex()
[all …]
Dpage.h144 uint32_t GetUnicode(int char_index);
331 Rectangle_d GetRawCharBounds(int char_index);
335 Rectangle_i GetCharBounds(int char_index);
338 Point_i GetCharOrigin(int char_index);