Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:text_height
(Results
1 - 3
of
3
) sorted by relevance
/third_party/cups-filters/filter/
H
A
D
texttotext.c
99
text_height
; /* Height of the text area on the
in main()
local
389
text_height
= num_lines - page_top - page_bottom;
in main()
391
text_height
, text_width);
in main()
690
if ((line >=
text_height
&& /* Current page is full */
in main()
792
line =
text_height
;
in main()
795
for (; line <
text_height
; line ++)
in main()
/third_party/python/Lib/idlelib/
H
A
D
autocomplete_w.py
258
text_width,
text_height
= text.winfo_width(), text.winfo_height()
261
if (
text_height
- (y + cy) >= acw_height # enough height below
/third_party/glfw/deps/
H
A
D
nuklear.h
25373
float
text_height
;
in nk_tooltip()
local
25391
text_height
= (style->font->height + 2 * padding.y);
in nk_tooltip()
25395
nk_layout_row_dynamic(ctx, (float)
text_height
, 1);
in nk_tooltip()
Completed in 43 milliseconds