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:getFontMetrics
(Results
1 - 25
of
25
) sorted by relevance
/third_party/skia/docs/examples/
H
A
D
Paint_getFontMetrics.cpp
10
SkScalar lineHeight = paint.
getFontMetrics
(nullptr);
in REG_FIDDLE()
/third_party/skia/src/core/
H
A
D
SkStrikeCache.h
74
const SkFontMetrics&
getFontMetrics
() const {
in getFontMetrics()
function in final
75
return fScalerCache.
getFontMetrics
();
in getFontMetrics()
H
A
D
SkScalerCache.h
78
const SkFontMetrics&
getFontMetrics
() const {
in getFontMetrics()
function in SkScalerCache
H
A
D
SkScalerContext.h
298
void
getFontMetrics
(SkFontMetrics*);
H
A
D
SkScalerCache.cpp
22
context->
getFontMetrics
(&answer);
in use_or_generate_metrics()
H
A
D
SkFont.cpp
298
*metrics = cache->
getFontMetrics
();
in getMetrics()
H
A
D
SkTypeface.cpp
574
ctx->
getFontMetrics
(&fm);
in onComputeBounds()
H
A
D
SkScalerContext.cpp
695
void SkScalerContext::
getFontMetrics
(SkFontMetrics* fm) {
in getFontMetrics()
function in SkScalerContext
H
A
D
SkRemoteGlyphCache.cpp
393
fContext->
getFontMetrics
(&fontMetrics);
in writePendingGlyphs()
/third_party/skia/tools/fonts/
H
A
D
TestTypeface.cpp
102
void TestTypeface::
getFontMetrics
(SkFontMetrics* metrics) { *metrics = fTestFont->fMetrics; }
in getFontMetrics()
function in TestTypeface
187
this->getTestTypeface()->
getFontMetrics
(metrics);
H
A
D
TestSVGTypeface.h
61
void
getFontMetrics
(SkFontMetrics* metrics) const;
H
A
D
TestTypeface.h
69
void
getFontMetrics
(SkFontMetrics* metrics);
H
A
D
RandomScalerContext.cpp
133
fProxy->
getFontMetrics
(metrics);
in generateFontMetrics()
H
A
D
TestSVGTypeface.cpp
128
void TestSVGTypeface::
getFontMetrics
(SkFontMetrics* metrics) const { *metrics = fFontMetrics; }
in getFontMetrics()
function in TestSVGTypeface
256
this->getTestSVGTypeface()->
getFontMetrics
(metrics);
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H
A
D
DemoTextBox.java
26
this.metrics = g.
getFontMetrics
();
in DemoTextBox()
H
A
D
DumbTextComponent.java
532
fm = g.
getFontMetrics
();
in paint2()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H
A
D
HolidayBorderPanel.java
179
int height = getGraphics().
getFontMetrics
(font).getHeight();
in getInsets()
418
FontMetrics fm = g.
getFontMetrics
();
in paint()
H
A
D
HolidayCalendarDemo.java
603
FontMetrics fm = g.
getFontMetrics
();
in paint()
665
fm = g.
getFontMetrics
();
in paint()
/third_party/skia/modules/skparagraph/src/
H
A
D
TextStyle.cpp
178
void TextStyle::
getFontMetrics
(SkFontMetrics* metrics) const {
in getFontMetrics()
function in skia::textlayout::TextStyle
180
void TextStyle::
getFontMetrics
(RSFontMetrics* metrics) const {
in getFontMetrics()
H
A
D
Decorations.cpp
240
textStyle.
getFontMetrics
(&fFontMetrics);
in calculateThickness()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H
A
D
CalendarFrame.java
378
FontMetrics fm = g.
getFontMetrics
(font);
in paint()
394
FontMetrics fm =
getFontMetrics
(font);
in getMinimumSize()
H
A
D
CalendarPanel.java
209
FontMetrics fm = g.
getFontMetrics
();
in paint()
296
fm = g.
getFontMetrics
();
in paint()
/third_party/skia/modules/skparagraph/include/
H
A
D
TextStyle.h
329
void
getFontMetrics
(SkFontMetrics* metrics) const;
331
void
getFontMetrics
(RSFontMetrics* metrics) const;
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
H
A
D
RbnfDemo.java
503
FontMetrics fm = g.
getFontMetrics
();
in paint()
/third_party/skia/src/pdf/
H
A
D
SkPDFFont.cpp
545
SkScalar xHeight = strike->
getFontMetrics
().fXHeight;
in emit_subset_type3()
Completed in 26 milliseconds