OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrFontScaler
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/text/
GrFontScaler.h
21
* for
GrFontScaler
-related lookups
46
class
GrFontScaler
: public SkRefCnt {
48
explicit
GrFontScaler
(SkGlyphCache* strike);
49
virtual ~
GrFontScaler
();
GrFontScaler.cpp
9
#include "
GrFontScaler
.h"
16
GrFontScaler
::
GrFontScaler
(SkGlyphCache* strike) {
21
GrFontScaler
::~
GrFontScaler
() {
25
GrMaskFormat
GrFontScaler
::getMaskFormat() const {
42
const GrFontDescKey*
GrFontScaler
::getKey() {
49
GrMaskFormat
GrFontScaler
::getPackedGlyphMaskFormat(const SkGlyph& glyph) const {
66
bool
GrFontScaler
::getPackedGlyphBounds(const SkGlyph& glyph, SkIRect* bounds) {
77
bool
GrFontScaler
::getPackedGlyphDFBounds(const SkGlyph& glyph, SkIRect* bounds)
[
all
...]
Completed in 225 milliseconds