OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrTextContext
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrTextContext.h
24
class
GrTextContext
{
26
virtual ~
GrTextContext
() {}
37
GrTextContext
(GrContext*, const SkDeviceProperties&);
GrTextContext.cpp
8
#include "
GrTextContext
.h"
15
GrTextContext
::
GrTextContext
(GrContext* context, const SkDeviceProperties& properties) :
19
void
GrTextContext
::init(const GrPaint& grPaint, const SkPaint& skPaint) {
39
void
GrTextContext
::MeasureText(SkGlyphCache* cache, SkDrawCacheProc glyphCacheProc,
64
GrFontScaler*
GrTextContext
::GetGrFontScaler(SkGlyphCache* cache) {
/external/skia/src/gpu/
GrTextContext.h
24
class
GrTextContext
{
26
virtual ~
GrTextContext
() {}
37
GrTextContext
(GrContext*, const SkDeviceProperties&);
GrTextContext.cpp
8
#include "
GrTextContext
.h"
15
GrTextContext
::
GrTextContext
(GrContext* context, const SkDeviceProperties& properties) :
19
void
GrTextContext
::init(const GrPaint& grPaint, const SkPaint& skPaint) {
39
void
GrTextContext
::MeasureText(SkGlyphCache* cache, SkDrawCacheProc glyphCacheProc,
64
GrFontScaler*
GrTextContext
::GetGrFontScaler(SkGlyphCache* cache) {
Completed in 63 milliseconds