HomeSort by relevance Sort by last modified time
    Searched defs:GrStencilAndCoverTextContext (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrStencilAndCoverTextContext.cpp 8 #include "GrStencilAndCoverTextContext.h"
22 GrStencilAndCoverTextContext::GrStencilAndCoverTextContext(
28 GrStencilAndCoverTextContext::~GrStencilAndCoverTextContext() {
31 void GrStencilAndCoverTextContext::drawText(const GrPaint& paint,
121 void GrStencilAndCoverTextContext::drawPosText(const GrPaint& paint,
193 bool GrStencilAndCoverTextContext::canDraw(const SkPaint& paint) {
241 void GrStencilAndCoverTextContext::init(const GrPaint& paint,
374 inline void GrStencilAndCoverTextContext::appendGlyph(uint16_t glyphID, float x)
    [all...]
GrStencilAndCoverTextContext.h 25 class GrStencilAndCoverTextContext : public GrTextContext {
27 GrStencilAndCoverTextContext(GrContext*, const SkDeviceProperties&);
28 virtual ~GrStencilAndCoverTextContext();

Completed in 83 milliseconds