OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PackedID
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/skia/include/gpu/
GrGlyph.h
24
typedef uint32_t
PackedID
;
28
PackedID
fPackedID;
32
void init(GrGlyph::
PackedID
packed, const SkIRect& bounds) {
59
static inline
PackedID
Pack(uint16_t glyphID, SkFixed x, SkFixed y) {
65
static inline SkFixed UnpackFixedX(
PackedID
packed) {
69
static inline SkFixed UnpackFixedY(
PackedID
packed) {
73
static inline uint16_t UnpackID(
PackedID
packed) {
77
static inline const GrGlyph::
PackedID
& GetKey(const GrGlyph& glyph) {
81
static inline uint32_t Hash(GrGlyph::
PackedID
key) {
GrFontScaler.h
70
bool getPackedGlyphBounds(GrGlyph::
PackedID
, SkIRect* bounds);
71
bool getPackedGlyphImage(GrGlyph::
PackedID
, int width, int height,
73
bool getPackedGlyphDFBounds(GrGlyph::
PackedID
, SkIRect* bounds);
74
bool getPackedGlyphDFImage(GrGlyph::
PackedID
, int width, int height,
/external/chromium_org/third_party/skia/src/gpu/
GrTextStrike.h
39
inline GrGlyph* getGlyph(GrGlyph::
PackedID
, GrFontScaler*);
65
SkTDynamicHash<GrGlyph, GrGlyph::
PackedID
> fCache;
76
GrGlyph* generateGlyph(GrGlyph::
PackedID
packed, GrFontScaler* scaler);
GrBitmapTextContext.h
37
void drawPackedGlyph(GrGlyph::
PackedID
, SkFixed left, SkFixed top, GrFontScaler*);
GrDistanceFieldTextContext.h
46
void drawPackedGlyph(GrGlyph::
PackedID
, SkFixed left, SkFixed top, GrFontScaler*);
GrFontScaler.cpp
88
bool GrFontScaler::getPackedGlyphBounds(GrGlyph::
PackedID
packed, SkIRect* bounds) {
97
bool GrFontScaler::getPackedGlyphDFBounds(GrGlyph::
PackedID
packed, SkIRect* bounds) {
133
bool GrFontScaler::getPackedGlyphImage(GrGlyph::
PackedID
packed,
185
bool GrFontScaler::getPackedGlyphDFImage(GrGlyph::
PackedID
packed,
GrTextStrike_impl.h
55
GrGlyph* GrTextStrike::getGlyph(GrGlyph::
PackedID
packed,
GrTextStrike.cpp
249
SkTDynamicHash<GrGlyph, GrGlyph::
PackedID
>::Iter iter(&fCache);
261
GrGlyph* GrTextStrike::generateGlyph(GrGlyph::
PackedID
packed,
281
SkTDynamicHash<GrGlyph, GrGlyph::
PackedID
>::Iter iter(&fCache);
GrBitmapTextContext.cpp
424
void GrBitmapTextContext::drawPackedGlyph(GrGlyph::
PackedID
packed,
GrDistanceFieldTextContext.cpp
240
void GrDistanceFieldTextContext::drawPackedGlyph(GrGlyph::
PackedID
packed,
Completed in 799 milliseconds