Home
last modified time | relevance | path

Searched refs:topOffset (Results 1 – 10 of 10) sorted by relevance

/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
DCameraManager.java198 int topOffset = (screenResolution.y - height) / 2; in getFramingRect() local
199 framingRect = new Rect(leftOffset, topOffset, leftOffset + width, topOffset + height); in getFramingRect()
247 int topOffset = (screenResolution.y - height) / 2; in setManualFramingRect() local
248 framingRect = new Rect(leftOffset, topOffset, leftOffset + width, topOffset + height); in setManualFramingRect()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLIRect.h44 int topOffset, in setRelativeTo()
51 fBottom = glRect.fBottom + (glRect.fHeight - topOffset - height); in setRelativeTo()
53 fBottom = glRect.fBottom + topOffset; in setRelativeTo()
/external/skia/src/gpu/gl/
DGrGLIRect.h44 int topOffset, in setRelativeTo()
51 fBottom = glRect.fBottom + (glRect.fHeight - topOffset - height); in setRelativeTo()
53 fBottom = glRect.fBottom + topOffset; in setRelativeTo()
/external/chromium_org/chrome/browser/ui/cocoa/
Dstyled_text_field_cell.mm41 CGFloat topOffset = [self topTextFrameOffset];
43 textFrame.origin.y += topOffset;
44 textFrame.size.height -= topOffset + [self bottomTextFrameOffset];
Dtabpose_window.mm212 - (int)topOffset { method
213 int topOffset = 0;
226 topOffset += NSHeight([[infoBarContainer view] frame]) -
240 topOffset += chrome::kNTPBookmarkBarHeight;
242 return topOffset;
281 int topOffset = [self topOffset];
284 fullSize_.height - topOffset - bottomOffset);
293 // destination rect is (0, bottomOffset), (fullSize_.width, topOffset). But we
298 destRect.size.height -= (bottomOffset + topOffset) * scale;
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DVTTRegion.cpp420 double topOffset = m_regionAnchor.y() * height / 100; in prepareRegionDisplayTree() local
422 m_viewportAnchor.y() - topOffset, in prepareRegionDisplayTree()
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingConstraints.h146 float topOffset() const { return m_topOffset; } in topOffset() function
/external/chromium_org/third_party/icu/source/common/
Ducnv_io.c1130 uint32_t i, count, tocLength, topOffset; in ucnv_swapAliases() local
1190 topOffset=offsets[i-1]+toc[i-1]; in ucnv_swapAliases()
1198 if((length-headerSize)<(2*(int32_t)topOffset)) { in ucnv_swapAliases()
1329 return headerSize+2*(int32_t)topOffset; in ucnv_swapAliases()
/external/icu4c/common/
Ducnv_io.cpp1149 uint32_t i, count, tocLength, topOffset; in ucnv_swapAliases() local
1209 topOffset=offsets[i-1]+toc[i-1]; in ucnv_swapAliases()
1217 if((length-headerSize)<(2*(int32_t)topOffset)) { in ucnv_swapAliases()
1348 return headerSize+2*(int32_t)topOffset; in ucnv_swapAliases()
/external/chromium/chrome/browser/ui/cocoa/
Dtabpose_window.mm219 - (int)topOffset { method
220 int topOffset = 0;
233 topOffset += NSHeight([[infoBarContainer view] frame]) -
243 topOffset += bookmarks::kNTPBookmarkBarHeight;
245 return topOffset;
300 int topOffset = [self topOffset];
303 fullSize_.height - topOffset - bottomOffset);
315 // destination rect is (0, bottomOffset), (fullSize_.width, topOffset). But we
320 destRect.size.height -= (bottomOffset + topOffset) * scale;