Searched refs:topOffset (Results 1 – 10 of 10) sorted by relevance
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/ |
D | CameraManager.java | 198 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/ |
D | GrGLIRect.h | 44 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/ |
D | GrGLIRect.h | 44 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/ |
D | styled_text_field_cell.mm | 41 CGFloat topOffset = [self topTextFrameOffset]; 43 textFrame.origin.y += topOffset; 44 textFrame.size.height -= topOffset + [self bottomTextFrameOffset];
|
D | tabpose_window.mm | 212 - (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/ |
D | VTTRegion.cpp | 420 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/ |
D | ScrollingConstraints.h | 146 float topOffset() const { return m_topOffset; } in topOffset() function
|
/external/chromium_org/third_party/icu/source/common/ |
D | ucnv_io.c | 1130 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/ |
D | ucnv_io.cpp | 1149 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/ |
D | tabpose_window.mm | 219 - (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;
|