Home
last modified time | relevance | path

Searched refs:extended_rect (Results 1 – 7 of 7) sorted by relevance

/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_renderer_util.cc2070 CRect extended_rect(window_layout.window_position_in_screen_coordinate); in LayoutCompositionWindow() local
2072 if (extended_rect.bottom < area_in_physical_coord.bottom) { in LayoutCompositionWindow()
2074 extended_rect.InflateRect(0, 0, 0, 1); in LayoutCompositionWindow()
2076 const int caret_begin = extended_rect.Height() - 1; in LayoutCompositionWindow()
2084 if (extended_rect.right < area_in_physical_coord.right) { in LayoutCompositionWindow()
2086 extended_rect.InflateRect(0, 0, 1, 0); in LayoutCompositionWindow()
2088 const int caret_begin = extended_rect.Width() - 1; in LayoutCompositionWindow()
2097 extended_rect; in LayoutCompositionWindow()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_renderer_util.cc2070 CRect extended_rect(window_layout.window_position_in_screen_coordinate); in LayoutCompositionWindow() local
2072 if (extended_rect.bottom < area_in_physical_coord.bottom) { in LayoutCompositionWindow()
2074 extended_rect.InflateRect(0, 0, 0, 1); in LayoutCompositionWindow()
2076 const int caret_begin = extended_rect.Height() - 1; in LayoutCompositionWindow()
2084 if (extended_rect.right < area_in_physical_coord.right) { in LayoutCompositionWindow()
2086 extended_rect.InflateRect(0, 0, 1, 0); in LayoutCompositionWindow()
2088 const int caret_begin = extended_rect.Width() - 1; in LayoutCompositionWindow()
2097 extended_rect; in LayoutCompositionWindow()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_renderer_util.cc2070 CRect extended_rect(window_layout.window_position_in_screen_coordinate); in LayoutCompositionWindow() local
2072 if (extended_rect.bottom < area_in_physical_coord.bottom) { in LayoutCompositionWindow()
2074 extended_rect.InflateRect(0, 0, 0, 1); in LayoutCompositionWindow()
2076 const int caret_begin = extended_rect.Height() - 1; in LayoutCompositionWindow()
2084 if (extended_rect.right < area_in_physical_coord.right) { in LayoutCompositionWindow()
2086 extended_rect.InflateRect(0, 0, 1, 0); in LayoutCompositionWindow()
2088 const int caret_begin = extended_rect.Width() - 1; in LayoutCompositionWindow()
2097 extended_rect; in LayoutCompositionWindow()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_renderer_util.cc2070 CRect extended_rect(window_layout.window_position_in_screen_coordinate); in LayoutCompositionWindow() local
2072 if (extended_rect.bottom < area_in_physical_coord.bottom) { in LayoutCompositionWindow()
2074 extended_rect.InflateRect(0, 0, 0, 1); in LayoutCompositionWindow()
2076 const int caret_begin = extended_rect.Height() - 1; in LayoutCompositionWindow()
2084 if (extended_rect.right < area_in_physical_coord.right) { in LayoutCompositionWindow()
2086 extended_rect.InflateRect(0, 0, 1, 0); in LayoutCompositionWindow()
2088 const int caret_begin = extended_rect.Width() - 1; in LayoutCompositionWindow()
2097 extended_rect; in LayoutCompositionWindow()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_renderer_util.cc2070 CRect extended_rect(window_layout.window_position_in_screen_coordinate); in LayoutCompositionWindow() local
2072 if (extended_rect.bottom < area_in_physical_coord.bottom) { in LayoutCompositionWindow()
2074 extended_rect.InflateRect(0, 0, 0, 1); in LayoutCompositionWindow()
2076 const int caret_begin = extended_rect.Height() - 1; in LayoutCompositionWindow()
2084 if (extended_rect.right < area_in_physical_coord.right) { in LayoutCompositionWindow()
2086 extended_rect.InflateRect(0, 0, 1, 0); in LayoutCompositionWindow()
2088 const int caret_begin = extended_rect.Width() - 1; in LayoutCompositionWindow()
2097 extended_rect; in LayoutCompositionWindow()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_renderer_util.cc2070 CRect extended_rect(window_layout.window_position_in_screen_coordinate); in LayoutCompositionWindow() local
2072 if (extended_rect.bottom < area_in_physical_coord.bottom) { in LayoutCompositionWindow()
2074 extended_rect.InflateRect(0, 0, 0, 1); in LayoutCompositionWindow()
2076 const int caret_begin = extended_rect.Height() - 1; in LayoutCompositionWindow()
2084 if (extended_rect.right < area_in_physical_coord.right) { in LayoutCompositionWindow()
2086 extended_rect.InflateRect(0, 0, 1, 0); in LayoutCompositionWindow()
2088 const int caret_begin = extended_rect.Width() - 1; in LayoutCompositionWindow()
2097 extended_rect; in LayoutCompositionWindow()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/imageproc/tests/
H A DTestMorphology.cpp325 …const QRect extended_rect(initial_rect.adjusted(brick.minX(), brick.minY(), brick.maxX(), brick.ma… in BOOST_AUTO_TEST_CASE() local
328 control.fill(extended_rect, BLACK); in BOOST_AUTO_TEST_CASE()