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

  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.cpp 57 static const int borderSize = 1;
125 listBox->setMaxWidthAndLayout(std::max(widgetRectInScreen.width() - borderSize * 2, 0));
128 listBox->setMaxWidthAndLayout(std::max(widgetRectInScreen.width() - borderSize * 2, 0));
148 widgetRectInScreen.setHeight(listBox->popupContentHeight() + borderSize * 2);
176 int rtlOffset = m_controlPosition.p2().x() - m_controlPosition.p1().x() - (m_listBox->width() + borderSize * 2);
185 IntSize targetSize(m_listBox->width() + borderSize * 2, m_listBox->height() + borderSize * 2);
249 m_listBox->move(borderSize, borderSize);
252 resize(m_listBox->width() + borderSize * 2, m_listBox->height() + borderSize * 2)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterColorBorderRepresentation.java 147 public void setBorderSize(int borderSize) {
148 mParamSize.setValue(borderSize);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PopupContainerTest.cpp 54 : width(widgetSize.width() - borderSize * 2)
55 , height(widgetSize.height() - borderSize * 2)
68 static const int borderSize = 1; // Should match to kBorderSize in PopupContainer.cpp.
  /frameworks/base/libs/hwui/
FontRenderer.cpp 336 const size_t borderSize = formatSize * TEXTURE_BORDER_SIZE;
345 uint8_t* dstL = dst - borderSize;
348 memset(dstL, 0, rowSize + 2 * borderSize);
351 memset(dstL += dstStride, 0, borderSize); // leading border column
353 memset(dstR += dstStride, 0, borderSize); // trailing border column
356 memset(dstL += dstStride, 0, rowSize + 2 * borderSize);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlotRenderer.java 65 public int borderSize;

Completed in 185 milliseconds