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
defs:Font
(Results
1 - 15
of
15
) sorted by relevance
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H
A
D
Font.java
3
public class
Font
{
class
6
public
Font
(String fontFamily, float size) {
in Font()
method in Font
/third_party/python/Lib/tkinter/
H
A
D
font.py
26
class
Font
:
class
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
H
A
D
font.cc
90
Font
::
Font
(int32_t sfnt_version, std::vector<uint8_t>* digest)
in Font()
function in sfntly::Font
[all...]
H
A
D
font.h
124
class
Font
: public RefCounted<
Font
> {
class
[all...]
/third_party/python/Lib/idlelib/
H
A
D
query.py
30
from tkinter.font import
Font
namespace
H
A
D
sidebar.py
9
from tkinter.font import
Font
namespace
H
A
D
config.py
32
from tkinter.font import
Font
namespace
H
A
D
editor.py
13
from tkinter.font import
Font
namespace
/third_party/python/Lib/msilib/
H
A
D
schema.py
273
Font
= Table('
Font
')
variable
/third_party/python/Lib/idlelib/idle_test/
H
A
D
test_config.py
557
from tkinter.font import
Font
namespace
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
H
A
D
Font.java
59
public class
Font
{
class
336
private
Font
(int sfntVersion, byte[] digest) {
in Font()
method in Font
[all...]
/third_party/skia/third_party/externals/imgui/misc/freetype/
H
A
D
imgui_freetype.cpp
370
FreeTypeFont
Font
;
member
[all...]
/third_party/mesa3d/src/imgui/
H
A
D
imgui.h
2039
ImFont*
Font
; // Input // For custom font glyphs only (ID<0x10000): target font
member
H
A
D
imgui_internal.h
670
ImFont*
Font
; // Current/default font (optional, for simplified AddText overload)
member
767
ImFont*
Font
; // (Shortcut) == FontStack.empty() ? IO.
Font
: FontStack.back()
member
/third_party/skia/third_party/externals/imgui/
H
A
D
imgui.h
2603
ImFont*
Font
; // Input // For custom font glyphs only: target font
member
Completed in 38 milliseconds