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:SkScalerCache
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkScalerCache.cpp
8
#include "src/core/
SkScalerCache
.h"
27
SkScalerCache
::
SkScalerCache
(
in SkScalerCache()
function in SkScalerCache
37
std::tuple<SkGlyph*, size_t>
SkScalerCache
::glyph(SkPackedGlyphID packedGlyphID) {
in glyph()
42
std::tuple<SkGlyphDigest, size_t>
SkScalerCache
::digest(SkPackedGlyphID packedGlyphID) {
in digest()
53
SkGlyphDigest
SkScalerCache
::addGlyph(SkGlyph* glyph) {
in addGlyph()
61
std::tuple<const SkPath*, size_t>
SkScalerCache
::preparePath(SkGlyph* glyph) {
in preparePath()
69
std::tuple<const SkPath*, size_t>
SkScalerCache
::mergePath(SkGlyph* glyph, const SkPath* path) {
in mergePath()
78
int
SkScalerCache
::countCachedGlyphs() const {
in countCachedGlyphs()
83
std::tuple<SkSpan<const SkGlyph*>, size_t>
SkScalerCache
[all...]
H
A
D
SkScalerCache.h
53
class
SkScalerCache
{
class
55
SkScalerCache
(std::unique_ptr<SkScalerContext> scaler,
H
A
D
SkStrikeCache.h
17
#include "src/core/
SkScalerCache
.h"
152
SkScalerCache
fScalerCache;
154
size_t fMemoryUsed{sizeof(
SkScalerCache
)};
/third_party/skia/tests/
H
A
D
SkScalerCacheTest.cpp
10
#include "src/core/
SkScalerCache
.h"
59
SkScalerCache
scalerCache{strikeSpec.createScalerContext()};
in DEF_TEST()
Completed in 2 milliseconds