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:pglyph
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/freetype/include/freetype/
H
A
D
ftstroke.h
693
*
pglyph
::
715
FT_Glyph_Stroke( FT_Glyph *
pglyph
,
730
*
pglyph
::
756
FT_Glyph_StrokeBorder( FT_Glyph *
pglyph
,
/third_party/ffmpeg/libavcodec/
H
A
D
sanm.c
390
int8_t *
pglyph
= pglyphs;
in make_glyphs()
local
398
for (j = 0; j < GLYPH_COORD_VECT_SIZE; j++,
pglyph
+= glyph_size) {
in make_glyphs()
415
pglyph
[point[0] + irow * side_length] = 1;
in make_glyphs()
420
pglyph
[point[0] + irow * side_length] = 1;
in make_glyphs()
425
pglyph
[icol + point[1] * side_length] = 1;
in make_glyphs()
430
pglyph
[icol + point[1] * side_length] = 1;
in make_glyphs()
775
int8_t *
pglyph
;
in process_block()
local
821
pglyph
= (size == 8) ? ctx->p8x8glyphs[code] : ctx->p4x4glyphs[code];
in process_block()
826
dst[t + k * stride] = colors[!*
pglyph
++];
in process_block()
1048
int8_t *
pglyph
;
in draw_glyph()
local
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H
A
D
ftstroke.c
2251
FT_Glyph_Stroke( FT_Glyph *
pglyph
,
in FT_EXPORT_DEF()
2259
if ( !
pglyph
)
in FT_EXPORT_DEF()
2262
glyph = *
pglyph
;
in FT_EXPORT_DEF()
2305
FT_Done_Glyph( *
pglyph
);
in FT_EXPORT_DEF()
2307
*
pglyph
= glyph;
in FT_EXPORT_DEF()
2315
*
pglyph
= NULL;
in FT_EXPORT_DEF()
2325
FT_Glyph_StrokeBorder( FT_Glyph *
pglyph
,
in FT_EXPORT_DEF()
2334
if ( !
pglyph
)
in FT_EXPORT_DEF()
2337
glyph = *
pglyph
;
in FT_EXPORT_DEF()
2391
FT_Done_Glyph( *
pglyph
);
in FT_EXPORT_DEF()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ot-shape-complex-indic.cc
217
bool load_virama_glyph (hb_font_t *font, hb_codepoint_t *
pglyph
) const
in load_virama_glyph()
232
*
pglyph
= glyph;
in load_virama_glyph()
Completed in 14 milliseconds