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:macStyle
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ot-head-table.hh
79
bool is_bold () const { return
macStyle
& BOLD; }
in is_bold()
80
bool is_italic () const { return
macStyle
& ITALIC; }
in is_italic()
81
bool is_condensed () const { return
macStyle
& CONDENSED; }
in is_condensed()
82
bool is_expanded () const { return
macStyle
& EXPANDED; }
in is_expanded()
155
HBUINT16
macStyle
; /* Bit 0: Bold (if set to 1);
member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H
A
D
FontHeaderTable.java
69
macStyle
(44),
enum constant
327
return this.data.readUShort(Offset.
macStyle
.offset);
in macStyleAsInt()
335
public EnumSet<MacStyle>
macStyle
() {
in macStyle()
method in FontHeaderTable
621
this.internalWriteData().writeUShort(Offset.
macStyle
.offset, style);
in setMacStyleAsInt()
624
public EnumSet<MacStyle>
macStyle
() {
in macStyle()
method in FontHeaderTable.Builder
625
return this.table().
macStyle
();
in macStyle()
628
public void
macStyle
(EnumSet<MacStyle> style) {
in macStyle()
method in FontHeaderTable.Builder
/third_party/cups-filters/fontembed/
H
A
D
embed_sfnt.c
93
const int
macStyle
=get_USHORT(head+44);
in emb_otf_get_pdf_fontdescr()
local
173
if (
macStyle
&0x01) { // force bold - just do it on bold
in emb_otf_get_pdf_fontdescr()
176
if (
macStyle
&0x02) { // italic
in emb_otf_get_pdf_fontdescr()
199
if (
macStyle
&1) { // bold
in emb_otf_get_pdf_fontdescr()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H
A
D
MtxHeadBuilder.java
49
macStyle
(44),
enum constant
/third_party/skia/tools/fonts/
H
A
D
TestSVGTypeface.cpp
418
char
macStyle
[16] = {
in exportTtxCommon()
local
421
macStyle
[0xF - 0x0] = '1'; // Bold
in exportTtxCommon()
426
macStyle
[0xF - 0x1] = '1'; // Italic
in exportTtxCommon()
429
macStyle
[0xF - 0x1] = '1'; // Italic
in exportTtxCommon()
434
macStyle
[0xF - 0x5] = '1'; // Condensed
in exportTtxCommon()
436
macStyle
[0xF - 0x6] = '1'; // Extended
in exportTtxCommon()
438
out->writeText(" <
macStyle
value=\"");
in exportTtxCommon()
439
out->write(
macStyle
, 8);
in exportTtxCommon()
441
out->write(
macStyle
+ 8, 8);
in exportTtxCommon()
/third_party/skia/src/sfnt/
H
A
D
SkOTTable_head.h
115
}
macStyle
;
member
Completed in 6 milliseconds