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:BitmapScaleTable
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H
A
D
ebsc_table.cc
39
* EbscTable::
BitmapScaleTable
class
41
EbscTable::
BitmapScaleTable
::~
BitmapScaleTable
() {
in ~BitmapScaleTable()
44
EbscTable::
BitmapScaleTable
::
BitmapScaleTable
(ReadableFontData* data)
in BitmapScaleTable()
function in sfntly::EbscTable::BitmapScaleTable
48
int32_t EbscTable::
BitmapScaleTable
::PpemX() {
in PpemX()
52
int32_t EbscTable::
BitmapScaleTable
::PpemY() {
in PpemY()
56
int32_t EbscTable::
BitmapScaleTable
::SubstitutePpemX() {
in SubstitutePpemX()
60
int32_t EbscTable::
BitmapScaleTable
::SubstitutePpemY() {
in SubstitutePpemY()
H
A
D
ebsc_table.h
50
class
BitmapScaleTable
: public SubTable,
class in sfntly::EbscTable
51
public RefCounted<
BitmapScaleTable
> {
53
virtual ~
BitmapScaleTable
();
61
explicit
BitmapScaleTable
(ReadableFontData* data);
90
CALLER_ATTACH
BitmapScaleTable
* GetBitmapScaleTable(int32_t index);
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H
A
D
EbscTable.java
73
public
BitmapScaleTable
bitmapScaleTable(int index) {
in bitmapScaleTable()
76
"
BitmapScaleTable
index is outside the bounds of available tables.");
in bitmapScaleTable()
78
return new
BitmapScaleTable
(this.data,
in bitmapScaleTable()
82
public static class
BitmapScaleTable
extends SubTable {
class in EbscTable
83
protected
BitmapScaleTable
(ReadableFontData data, int offset) {
in BitmapScaleTable()
method in EbscTable.BitmapScaleTable
/third_party/skia/src/sfnt/
H
A
D
SkOTTable_EBSC.h
29
struct
BitmapScaleTable
{
struct
/third_party/skia/src/ports/
H
A
D
SkScalerContext_win_dw.cpp
226
sizeof(SkOTTableEmbeddedBitmapScaling::
BitmapScaleTable
) * numSizes)
in has_bitmap_strike()
231
const SkOTTableEmbeddedBitmapScaling::
BitmapScaleTable
* scaleTable =
in has_bitmap_strike()
232
SkTAfter<const SkOTTableEmbeddedBitmapScaling::
BitmapScaleTable
>(ebsc.get());
in has_bitmap_strike()
Completed in 4 milliseconds