HomeSort by relevance Sort by last modified time
    Searched refs:rcItem (Results 1 - 7 of 7) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListBox.cpp 144 CPDF_Rect rcItem = m_pList->GetItemRect(i);
146 if (rcItem.bottom > rcPlate.top || rcItem.top < rcPlate.bottom) continue;
148 CPDF_Point ptOffset(rcItem.left, (rcItem.top + rcItem.bottom) * 0.5f);
151 sListItems << CPWL_Utils::GetRectFillAppStream(rcItem,PWL_DEFAULT_SELBACKCOLOR);
196 CPDF_Rect rcItem = m_pList->GetItemRect(i);
197 if (rcItem.bottom > rcPlate.top || rcItem.top < rcPlate.bottom) continue;
    [all...]
  /external/chromium_org/ui/views/controls/menu/
native_menu_win.cc 215 FillRect(dc, &draw_item_struct->rcItem, hbr);
219 RECT rect = draw_item_struct->rcItem;
269 draw_item_struct->rcItem.left + kItemLeftMargin,
270 draw_item_struct->rcItem.top + (draw_item_struct->rcItem.bottom -
271 draw_item_struct->rcItem.top - skia_icon->height()) / 2, NULL);
286 draw_item_struct->rcItem.bottom - draw_item_struct->rcItem.top;
306 draw_item_struct->rcItem.left + kItemLeftMargin,
307 draw_item_struct->rcItem.top + (draw_item_struct->rcItem.bottom
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 312 CPDF_Rect rcItem = pListItem->GetRect();
313 rcItem.left = 0.0f;
314 rcItem.right = GetPlateRect().Width();
315 return InnerToOuter(rcItem);
869 CPDF_Rect rcItem = this->GetItemRect(nItemIndex);
871 return rcItem.bottom >= rcPlate.bottom && rcItem.top <= rcPlate.top;
879 CPDF_Rect rcItem = CFX_List::GetItemRect(nItemIndex);
886 SetScrollPosY(rcItem.bottom + rcPlate.Height());
893 SetScrollPosY(rcItem.top);
    [all...]
  /external/chromium_org/third_party/npapi/npspy/windows/
dirpick.cpp 344 lpdis->rcItem.left + ITEM_LEFTMARGIN + ITEM_BITMAPWIDTH + ITEM_GAP + indent,
345 lpdis->rcItem.top,
347 &lpdis->rcItem,
353 lpdis->rcItem.left + ITEM_LEFTMARGIN + indent,
354 lpdis->rcItem.top,
364 DrawFocusRect(lpdis->hDC, &lpdis->rcItem);
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 578 CPDF_Rect rcItem = CPDF_Rect(rcBody.left, fy - fItemHeight, rcBody.right, fy);
580 << rcItem.left << " " << rcItem.bottom << " " << rcItem.Width() << " " << rcItem.Height() << " re f\n" << "Q\n";
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 1171 CPDF_Rect rcItem = CPDF_Rect(rcClient.left,fy-fItemHeight,rcClient.right,fy);
1173 << rcItem.left << " " << rcItem.bottom << " " << rcItem.Width() << " " << rcItem.Height() << " re f\n" << "Q\n";
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]

Completed in 252 milliseconds