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:gID
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/src/pdf/
H
A
D
SkPDFType1Font.cpp
326
for (int
gID
= firstGlyphID;
gID
<= lastGlyphID;
gID
++) {
in SkPDFEmitType1Font()
327
encDiffs->appendName(glyphNames[
gID
].isEmpty() ? unknown : glyphNames[
gID
]);
in SkPDFEmitType1Font()
H
A
D
SkPDFFont.cpp
580
for (SkGlyphID
gID
: SingleByteGlyphIdIterator(firstGlyphID, lastGlyphID)) {
in emit_subset_type3()
581
bool skipGlyph =
gID
!= 0 && !subset.has(
gID
);
in emit_subset_type3()
588
characterName.printf("g%X",
gID
);
in emit_subset_type3()
589
const SkGlyph* glyph = metricsAndPaths.glyph(
gID
);
in emit_subset_type3()
600
auto pimg = to_image(
gID
, &smallGlyphs);
in emit_subset_type3()
605
imageGlyphs.emplace_back(
gID
, SkPDFSerializeImage(pimg.fImage.get(), doc));
in emit_subset_type3()
/third_party/icu/icu4c/source/test/intltest/
H
A
D
nmfmapts.cpp
284
return (UClassID)&
gID
;
289
return (UClassID)&
gID
;
in getStaticClassID()
293
static char
gID
;
member in NFTestFactory
296
char NFTestFactory::
gID
= 0;
member in NFTestFactory
/third_party/skia/src/ports/
H
A
D
SkFontHost_FreeType.cpp
538
for (int
gID
= 0;
gID
< numGlyphs; ++
gID
) {
540
FT_Get_Glyph_Name(face,
gID
, glyphName, 128);
541
dstArray[
gID
] = glyphName;
/third_party/skia/src/gpu/geometry/
H
A
D
GrTriangulator.cpp
386
static int
gID
= 0;
in Poly()
local
387
fID =
gID
++;
in Poly()
458
static float
gID
= 0.0f;
in appendPointToContour()
local
459
v->fID =
gID
++;
in appendPointToContour()
1498
static float
gID
= 0.0f;
in SortMesh()
local
1499
v->fID =
gID
++;
in SortMesh()
Completed in 8 milliseconds