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];
|
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/ |
D | VTTRegion.cpp | 424 double topOffset = m_regionAnchor.y() * height / 100; in prepareRegionDisplayTree() local 426 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/icu/icu4c/source/common/ |
D | ucnv_io.cpp | 1135 uint32_t i, count, tocLength, topOffset; in ucnv_swapAliases() local 1195 topOffset=offsets[i-1]+toc[i-1]; in ucnv_swapAliases() 1203 if((length-headerSize)<(2*(int32_t)topOffset)) { in ucnv_swapAliases() 1334 return headerSize+2*(int32_t)topOffset; in ucnv_swapAliases()
|
/external/chromium_org/remoting/ios/ui/ |
D | host_view_controller.mm | 654 int topOffset = kTopMargin; 657 topOffset += frame.size.height; 661 _hiddenToolbarYPosition.constant = topOffset; 662 [_scene setMarginsFromLeft:0 right:0 top:topOffset bottom:kBottomMargin];
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBoxModelObject.cpp | 346 float verticalOffsets = constraints.topOffset() + constraints.bottomOffset(); in computeStickyPositionConstraints()
|