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:ppemY
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ot-color-cbdt-table.hh
685
HBUINT8
ppemY
;
member
783
unsigned int best_ppem = hb_max (sizeTables[0].ppemX, sizeTables[0].
ppemY
);
in choose_strike()
787
unsigned int ppem = hb_max (sizeTables[i].ppemX, sizeTables[i].
ppemY
);
in choose_strike()
832
if (!subtable_record || !strike.ppemX || !strike.
ppemY
)
in get_extents()
867
float y_scale = upem / (float) strike.
ppemY
;
in get_extents()
882
if (!subtable_record || !strike.ppemX || !strike.
ppemY
)
in reference_png()
/third_party/skia/src/sfnt/
H
A
D
SkOTTable_EBSC.h
33
SK_OT_BYTE
ppemY
; //target vertical pixels per EM
member
H
A
D
SkOTTable_EBLC.h
54
SK_OT_BYTE
ppemY
; //vertical pixels per Em
member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H
A
D
EbscTable.java
91
public int
ppemY
() {
in ppemY()
method in EbscTable.BitmapScaleTable
H
A
D
BitmapSizeTable.java
87
public int
ppemY
() {
in ppemY()
method in BitmapSizeTable
319
public int
ppemY
() {
in ppemY()
method in BitmapSizeTable.Builder
/third_party/skia/src/ports/
H
A
D
SkScalerContext_win_dw.cpp
195
if (sizeTable->ppemX == sizeTable->
ppemY
&&
in has_bitmap_strike()
234
if (scaleTable->ppemX == scaleTable->
ppemY
&&
in has_bitmap_strike()
278
// FreeType allows for separate ppemX and
ppemY
, but DirectWrite assumes
in SkScalerContext_DW()
279
// square pixels and only uses
ppemY
. Therefore the transform must track any
in SkScalerContext_DW()
Completed in 6 milliseconds