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:LOGFONT
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/include/ports/
H
A
D
SkTypeface_win.h
18
typedef LOGFONTW
LOGFONT
;
typedef
21
typedef LOGFONTA
LOGFONT
;
typedef
29
SK_API SkTypeface* SkCreateTypefaceFromLOGFONT(const
LOGFONT
&);
32
* Copy the
LOGFONT
associated with this typeface into the lf parameter. Note
37
SK_API void SkLOGFONTFromTypeface(const SkTypeface* typeface,
LOGFONT
* lf);
40
* Set an optional callback to ensure that the data behind a
LOGFONT
is loaded.
45
SK_API void SkTypeface_SetEnsureLOGFONTAccessibleProc(void (*)(const
LOGFONT
&));
/third_party/skia/src/ports/
H
A
D
SkFontHost_win.cpp
44
static void (*gEnsureLOGFONTAccessibleProc)(const
LOGFONT
&);
46
void SkTypeface_SetEnsureLOGFONTAccessibleProc(void (*proc)(const
LOGFONT
&)) {
in SkTypeface_SetEnsureLOGFONTAccessibleProc()
argument
50
static void call_ensure_accessible(const
LOGFONT
& lf) {
in call_ensure_accessible()
105
static void dcfontname_to_skstring(HDC deviceContext, const
LOGFONT
& lf, SkString* familyName) {
in dcfontname_to_skstring()
125
static void make_canonical(
LOGFONT
* lf) {
in make_canonical()
133
static SkFontStyle get_style(const
LOGFONT
& lf) {
in get_style()
154
static unsigned calculateGlyphCount(HDC hdc, const
LOGFONT
& lf) {
in calculateGlyphCount()
190
static unsigned calculateUPEM(HDC hdc, const
LOGFONT
& lf) {
in calculateUPEM()
214
explicit SkAutoHDC(const
LOGFONT
& lf)
in SkAutoHDC()
237
LogFontTypeface(const SkFontStyle& style, const
LOGFONT
[all...]
/third_party/icu/icu4c/source/samples/layout/
H
A
D
GDIFontInstance.cpp
115
LOGFONT
lf;
in GDIFontInstance()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H
A
D
GDIFontInstance.cpp
115
LOGFONT
lf;
in GDIFontInstance()
Completed in 4 milliseconds