Searched refs:tmp_rect (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/win8/metro_driver/ime/
H A Dtext_store.cc308 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...]

Completed in 133 milliseconds