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

/external/chromium_org/ppapi/thunk/
H A Dppb_browser_font_trusted_thunk.cc71 int32_t pixel_position) {
75 return enter.object()->CharacterOffsetForPixel(text, pixel_position);
69 CharacterOffsetForPixel(PP_Resource font_id, const PP_BrowserFont_Trusted_TextRun* text, int32_t pixel_position) argument
/external/chromium_org/content/child/
H A Dbrowser_font_resource_trusted.cc339 int32_t pixel_position) {
347 if (pixel_position < cur_pixel_offset + run_width) {
350 run, static_cast<float>(pixel_position - cur_pixel_offset))) +
337 CharacterOffsetForPixel( const PP_BrowserFont_Trusted_TextRun* text, int32_t pixel_position) argument
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c1732 static uint32_t Pnacl_M14_PPB_Font_Dev_CharacterOffsetForPixel(PP_Resource font, const struct PP_TextRun_Dev* text, int32_t pixel_position) { argument
1734 return iface->CharacterOffsetForPixel(font, text, pixel_position);
4330 .CharacterOffsetForPixel = (uint32_t (*)(PP_Resource font, const struct PP_TextRun_Dev* text, int32_t pixel_position))&Pnacl_M14_PPB_Font_Dev_CharacterOffsetForPixel,

Completed in 93 milliseconds