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:italicAngle
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H
A
D
PostScriptTable.java
47
italicAngle
(4),
enum constant
343
public int
italicAngle
() {
in italicAngle()
method in PostScriptTable
344
return this.data.readFixed(Offset.
italicAngle
.offset);
in italicAngle()
/third_party/cups-filters/fontembed/
H
A
D
embed_pdf.h
11
int
italicAngle
; // >=90: not set/invalid
member
H
A
D
embed_pdf.c
135
ret->
italicAngle
=90;
in emb_pdf_fd_new()
389
fdes->
italicAngle
);
in emb_pdf_simple_fontdescr()
H
A
D
embed_sfnt.c
112
ret->
italicAngle
=get_LONG(post+4)>>16;
in emb_otf_get_pdf_fontdescr()
117
fprintf(stderr,"WARNING: no
italicAngle
, no monospaced flag\n");
in emb_otf_get_pdf_fontdescr()
/third_party/skia/src/sfnt/
H
A
D
SkOTTable_post.h
33
SK_OT_Fixed
italicAngle
;
variable
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-style.cc
112
return face->table.post->table->
italicAngle
.to_float ();
in hb_style_get_value()
H
A
D
hb-ot-post-table.hh
279
HBFixed
italicAngle
; /* Italic angle in counter-clockwise degrees
member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H
A
D
PostScriptTableBuilder.java
48
italicAngle
(4),
enum constant
/third_party/skia/third_party/externals/freetype/include/freetype/
H
A
D
tttables.h
453
FT_Fixed
italicAngle
;
member
/third_party/skia/src/ports/
H
A
D
SkTypeface_win_dw.cpp
587
info->fItalicAngle = SkEndian_SwapBE32(postTable->
italicAngle
) >> 16;
H
A
D
SkFontHost_FreeType.cpp
474
info->fItalicAngle = SkFixedFloorToInt(postTable->
italicAngle
);
in onGetAdvancedMetrics()
/third_party/skia/third_party/externals/freetype/src/sfnt/
H
A
D
ttload.c
1312
FT_FRAME_LONG (
italicAngle
),
in FT_LOCAL_DEF()
Completed in 10 milliseconds