OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:topline
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/text/method/
BaseMovementMethod.java
424
final int
topLine
= getTopLine(widget);
426
if (
topLine
> bottomLine) {
430
for (int line =
topLine
; line <= bottomLine; line++) {
441
final int
topLine
= getTopLine(widget);
443
if (
topLine
> bottomLine) {
447
for (int line =
topLine
; line <= bottomLine; line++) {
511
int
topLine
= layout.getLineForVertical(top);
512
if (layout.getLineTop(
topLine
) == top) {
515
topLine
-= 1;
517
if (
topLine
>= 0)
[
all
...]
/external/opencv/cv/include/
cvcompat.h
904
uchar*
topline
; /* pointer to the start of the top pixel line */
member in struct:_CvPixelPosition8u
920
schar*
topline
;
member in struct:_CvPixelPosition8s
933
float*
topline
;
member in struct:_CvPixelPosition32f
[
all
...]
/external/clang/docs/tools/
manpage.css
231
background: #f0f5fa url(/i/corner-
topline
.gif) repeat-x;
243
background: #ffffff url(/i/corner-
topline
.gif) repeat-x;
/external/llvm/docs/CommandGuide/html/
manpage.css
231
background: #f0f5fa url(/i/corner-
topline
.gif) repeat-x;
243
background: #ffffff url(/i/corner-
topline
.gif) repeat-x;
/external/llvm/docs/CommandGuide/
manpage.css
231
background: #f0f5fa url(/i/corner-
topline
.gif) repeat-x;
243
background: #ffffff url(/i/corner-
topline
.gif) repeat-x;
Completed in 100 milliseconds