Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dpage.cc528 Rectangle_i start_bounds = GetCharBounds(start_index); in IsRtlAtIndex()
529 Rectangle_i stop_bounds = GetCharBounds(stop_index - 1); in IsRtlAtIndex()
548 Rectangle_i char_bounds = GetCharBounds(char_index); in GetBoundaryAtIndex()
609 Rectangle_i Page::GetCharBounds(const int char_index) { in GetCharBounds() function in pdfClient::Page
Dpage.h283 Rectangle_i GetCharBounds(int char_index);