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:origGlyph
(Results
1 - 1
of
1
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkScalerContext.cpp
550
void SkScalerContext::getImage(const SkGlyph&
origGlyph
) {
in getImage()
argument
551
const SkGlyph* unfilteredGlyph = &
origGlyph
;
in getImage()
553
// (i.e. larger) than what our caller allocated by looking at
origGlyph
.
in getImage()
559
tmpGlyph = this->internalMakeGlyph(
origGlyph
.getPackedID(), fRec.fMaskFormat);
in getImage()
562
// Use the
origGlyph
storage for the temporary unfiltered mask if it will fit.
in getImage()
563
if (tmpGlyph.fMaskFormat ==
origGlyph
.fMaskFormat &&
in getImage()
564
tmpGlyph.imageSize() <=
origGlyph
.imageSize())
in getImage()
566
tmpGlyph.fImage =
origGlyph
.fImage;
in getImage()
584
SkASSERT(SkMask::kARGB32_Format !=
origGlyph
.fMaskFormat);
in getImage()
606
// Filter did nothing; unfiltered mask is independent of
origGlyph
in getImage()
[all...]
Completed in 3 milliseconds