/external/chromium_org/ui/base/ime/win/ |
tsf_text_store.cc | 297 gfx::Rect tmp_rect; local 308 if (text_input_client_->GetCompositionCharacterBounds(0, &tmp_rect)) { 309 tmp_rect.set_width(0); 310 result = tmp_rect.ToRECT(); 317 &tmp_rect)) { 318 result.left = tmp_rect.right(); 319 result.right = tmp_rect.right(); 320 result.top = tmp_rect.y(); 321 result.bottom = tmp_rect.bottom(); 327 &tmp_rect)) { [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_copybit.cpp | 421 copybit_rect_t tmp_rect; local 428 tmp_rect.l = 0; 429 tmp_rect.t = 0; 430 tmp_rect.r = tmp_dst.w; 431 tmp_rect.b = tmp_dst.h; 433 hwc_rect tmp_hwc_rect = {0,0,tmp_rect.r,tmp_rect.b}; 439 err = copybit->stretch(copybit,&tmp_dst, &src, &tmp_rect, 450 srcRect = tmp_rect;
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_copybit.cpp | 451 copybit_rect_t tmp_rect; local 458 tmp_rect.l = 0; 459 tmp_rect.t = 0; 460 tmp_rect.r = tmp_dst.w; 461 tmp_rect.b = tmp_dst.h; 463 hwc_rect tmp_hwc_rect = {0,0,tmp_rect.r,tmp_rect.b}; 470 err = copybit->stretch(copybit,&tmp_dst, &src, &tmp_rect, 487 srcRect = tmp_rect;
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_copybit.cpp | 421 copybit_rect_t tmp_rect; local 428 tmp_rect.l = 0; 429 tmp_rect.t = 0; 430 tmp_rect.r = tmp_dst.w; 431 tmp_rect.b = tmp_dst.h; 433 hwc_rect tmp_hwc_rect = {0,0,tmp_rect.r,tmp_rect.b}; 439 err = copybit->stretch(copybit,&tmp_dst, &src, &tmp_rect, 450 srcRect = tmp_rect;
|
/external/chromium_org/win8/metro_driver/ime/ |
text_store.cc | 308 RECT tmp_rect; local 319 if (delegate_->GetCompositionCharacterBounds(0, &tmp_rect)) { 320 tmp_rect.right = tmp_rect.right; 321 result = tmp_rect; 328 &tmp_rect)) { 329 tmp_rect.left = tmp_rect.right; 330 result = tmp_rect; 335 if (delegate_->GetCompositionCharacterBounds(start_pos, &tmp_rect)) { [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_win.cc | 1076 RECT tmp_rect = caret_rect_.ToRECT(); local [all...] |