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:stbrp_coord
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/imgui/
H
A
D
imstb_rectpack.h
83
typedef int
stbrp_coord
;
typedef
85
typedef unsigned short
stbrp_coord
;
typedef
119
stbrp_coord
w, h;
122
stbrp_coord
x, y;
175
stbrp_coord
x,y;
283
context->extra[1].x = (
stbrp_coord
) width;
in stbrp_init_target()
461
node->x = (
stbrp_coord
) res.x;
in stbrp__skyline_pack_rectangle()
462
node->y = (
stbrp_coord
) (res.y + height);
in stbrp__skyline_pack_rectangle()
494
cur->x = (
stbrp_coord
) (res.x + width);
in stbrp__skyline_pack_rectangle()
567
rects[i].x = (
stbrp_coord
) f
in stbrp_pack_rects()
[all...]
H
A
D
imstb_truetype.h
3727
typedef int
stbrp_coord
;
3753
stbrp_coord
x,y;
4011
rects[k].w = (
stbrp_coord
) (x1-x0 + spc->padding + spc->h_oversample-1);
4012
rects[k].h = (
stbrp_coord
) (y1-y0 + spc->padding + spc->v_oversample-1);
4071
stbrp_coord
pad = (
stbrp_coord
) spc->padding;
H
A
D
imgui_draw.cpp
1922
src_tmp.Rects[glyph_i].w = (
stbrp_coord
)(x1 - x0 + padding + cfg.OversampleH - 1);
in ImFontAtlasBuildWithStbTruetype()
1923
src_tmp.Rects[glyph_i].h = (
stbrp_coord
)(y1 - y0 + padding + cfg.OversampleV - 1);
in ImFontAtlasBuildWithStbTruetype()
/third_party/skia/third_party/externals/imgui/
H
A
D
imstb_rectpack.h
85
typedef int
stbrp_coord
;
typedef
87
typedef unsigned short
stbrp_coord
;
typedef
121
stbrp_coord
w, h;
124
stbrp_coord
x, y;
177
stbrp_coord
x,y;
285
context->extra[1].x = (
stbrp_coord
) width;
in stbrp_init_target()
470
node->x = (
stbrp_coord
) res.x;
in stbrp__skyline_pack_rectangle()
471
node->y = (
stbrp_coord
) (res.y + height);
in stbrp__skyline_pack_rectangle()
503
cur->x = (
stbrp_coord
) (res.x + width);
in stbrp__skyline_pack_rectangle()
576
rects[i].x = (
stbrp_coord
) f
in stbrp_pack_rects()
[all...]
H
A
D
imstb_truetype.h
3727
typedef int
stbrp_coord
;
3753
stbrp_coord
x,y;
4011
rects[k].w = (
stbrp_coord
) (x1-x0 + spc->padding + spc->h_oversample-1);
4012
rects[k].h = (
stbrp_coord
) (y1-y0 + spc->padding + spc->v_oversample-1);
4071
stbrp_coord
pad = (
stbrp_coord
) spc->padding;
H
A
D
imgui_draw.cpp
2473
src_tmp.Rects[glyph_i].w = (
stbrp_coord
)(x1 - x0 + padding + cfg.OversampleH - 1);
in ImFontAtlasBuildWithStbTruetype()
2474
src_tmp.Rects[glyph_i].h = (
stbrp_coord
)(y1 - y0 + padding + cfg.OversampleV - 1);
in ImFontAtlasBuildWithStbTruetype()
/third_party/skia/third_party/externals/imgui/misc/freetype/
H
A
D
imgui_freetype.cpp
559
src_tmp.Rects[glyph_i].w = (
stbrp_coord
)(src_glyph.Info.Width + padding);
in ImFontAtlasBuildWithFreeTypeEx()
560
src_tmp.Rects[glyph_i].h = (
stbrp_coord
)(src_glyph.Info.Height + padding);
in ImFontAtlasBuildWithFreeTypeEx()
Completed in 47 milliseconds