HomeSort by relevance Sort by last modified time
    Searched refs:fMaskFormat (Results 1 - 25 of 45) sorted by null

1 2

  /external/skia/src/gpu/effects/
GrBitmapTextGeoProc.h 42 GrMaskFormat maskFormat() const { return fMaskFormat; }
68 GrMaskFormat fMaskFormat;
GrBitmapTextGeoProc.cpp 133 , fMaskFormat(format) {
138 bool hasVertexColor = kA8_GrMaskFormat == fMaskFormat ||
139 kA565_GrMaskFormat == fMaskFormat;
  /external/skqp/src/gpu/effects/
GrBitmapTextGeoProc.h 42 GrMaskFormat maskFormat() const { return fMaskFormat; }
66 GrMaskFormat fMaskFormat;
GrBitmapTextGeoProc.cpp 132 , fMaskFormat(format) {
135 bool hasVertexColor = kA8_GrMaskFormat == fMaskFormat ||
136 kA565_GrMaskFormat == fMaskFormat;
  /external/skia/src/gpu/
GrGlyph.h 36 GrMaskFormat fMaskFormat;
46 fMaskFormat = format;
  /external/skqp/src/gpu/
GrGlyph.h 36 GrMaskFormat fMaskFormat;
46 fMaskFormat = format;
  /external/skia/src/core/
SkGlyph.h 154 uint8_t fMaskFormat;
162 fMaskFormat = MASK_FORMAT_UNKNOWN;
200 switch (static_cast<SkMask::Format>(fMaskFormat)) {
231 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
235 return MASK_FORMAT_JUST_ADVANCE == fMaskFormat;
239 return MASK_FORMAT_JUST_ADVANCE != fMaskFormat;
262 fImage, fPath, fID, fMaskFormat fields.
SkScalerContext.cpp 38 mask->fFormat = static_cast<SkMask::Format>(fMaskFormat);
44 switch (fMaskFormat) {
97 glyph->fMaskFormat = MASK_FORMAT_JUST_ADVANCE;
122 glyph->fMaskFormat = 0;
147 switch (fRec.fMaskFormat) {
159 if (SkMask::kARGB32_Format != glyph->fMaskFormat) {
160 glyph->fMaskFormat = fRec.fMaskFormat;
164 if ((generatingImageFromPath || fMaskFilter) && SkMask::kARGB32_Format == glyph->fMaskFormat) {
165 glyph->fMaskFormat = SkMask::kA8_Format
    [all...]
SkScalerContext.h 118 uint8_t fMaskFormat;
138 fFrameWidth, fMiterLimit, fMaskFormat, fStrokeJoin, fStrokeCap, fFlags);
195 return static_cast<SkMask::Format>(fMaskFormat);
238 // only meaningful if fMaskFormat is kLCD16
243 // only meaningful if fMaskFormat is kA8
244 kGenA8FromLCD_Flag = 0x0800, // could be 0x200 (bit meaning dependent on fMaskFormat)
258 return (SkMask::Format)fRec.fMaskFormat;
360 * TODO: fMaskFormat is set by getMetrics later; cannot be set here.
367 * This method may change glyph.fMaskFormat if the new image size is
  /external/skia/tools/fonts/
SkRandomScalerContext.cpp 82 glyph->fMaskFormat = format;
123 switch (glyph->fMaskFormat) {
136 SkMask::Format format = (SkMask::Format)glyph.fMaskFormat;
151 const_cast<SkGlyph&>(glyph).fMaskFormat = format;
156 if (SkMask::kARGB32_Format == glyph.fMaskFormat) {
206 rec->fMaskFormat = SkMask::kARGB32_Format;
  /external/skqp/src/core/
SkGlyph.h 154 uint8_t fMaskFormat;
162 fMaskFormat = MASK_FORMAT_UNKNOWN;
200 switch (static_cast<SkMask::Format>(fMaskFormat)) {
231 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
235 return MASK_FORMAT_JUST_ADVANCE == fMaskFormat;
239 return MASK_FORMAT_JUST_ADVANCE != fMaskFormat;
262 fImage, fPath, fID, fMaskFormat fields.
SkScalerContext.cpp 38 mask->fFormat = static_cast<SkMask::Format>(fMaskFormat);
44 switch (fMaskFormat) {
92 rec->fMaskFormat, rec->fStrokeJoin, rec->fStrokeCap);
103 glyph->fMaskFormat = MASK_FORMAT_JUST_ADVANCE;
128 glyph->fMaskFormat = 0;
153 switch (fRec.fMaskFormat) {
165 if (SkMask::kARGB32_Format != glyph->fMaskFormat) {
166 glyph->fMaskFormat = fRec.fMaskFormat;
170 if ((generatingImageFromPath || fMaskFilter) && SkMask::kARGB32_Format == glyph->fMaskFormat) {
    [all...]
SkScalerContext.h 112 uint8_t fMaskFormat;
174 return static_cast<SkMask::Format>(fMaskFormat);
211 // only meaningful if fMaskFormat is kLCD16
216 // only meaningful if fMaskFormat is kA8
217 kGenA8FromLCD_Flag = 0x0800, // could be 0x200 (bit meaning dependent on fMaskFormat)
231 return (SkMask::Format)fRec.fMaskFormat;
330 * TODO: fMaskFormat is set by getMetrics later; cannot be set here.
337 * This method may change glyph.fMaskFormat if the new image size is
  /external/skqp/tools/
SkRandomScalerContext.cpp 82 glyph->fMaskFormat = format;
123 switch (glyph->fMaskFormat) {
136 SkMask::Format format = (SkMask::Format)glyph.fMaskFormat;
151 const_cast<SkGlyph&>(glyph).fMaskFormat = format;
156 if (SkMask::kARGB32_Format == glyph.fMaskFormat) {
206 rec->fMaskFormat = SkMask::kARGB32_Format;
  /external/skqp/src/gpu/text/
GrAtlasGlyphCache.h 58 glyph->fMaskFormat = expectedMaskFormat;
151 return this->getAtlas(glyph->fMaskFormat)->hasID(glyph->fID);
163 this->getAtlas(glyph->fMaskFormat)->setLastUseToken(glyph->fID, token);
GrAtlasTextBlob.h 364 , fMaskFormat(kA8_GrMaskFormat)
381 , fMaskFormat(that.fMaskFormat)
407 void setMaskFormat(GrMaskFormat format) { fMaskFormat = format; }
408 GrMaskFormat maskFormat() const { return fMaskFormat; }
472 GrMaskFormat fMaskFormat;
GrAtlasGlyphCache.cpp 211 SkMask::Format format = static_cast<SkMask::Format>(glyph.fMaskFormat);
304 if (SkMask::kBW_Format == glyph.fMaskFormat) {
370 SkMask::Format maskFormat = static_cast<SkMask::Format>(glyph.fMaskFormat);
  /external/skia/src/gpu/text/
GrAtlasTextBlob.h 350 , fMaskFormat(kA8_GrMaskFormat)
367 , fMaskFormat(that.fMaskFormat)
394 void setMaskFormat(GrMaskFormat format) { fMaskFormat = format; }
395 GrMaskFormat maskFormat() const { return fMaskFormat; }
459 GrMaskFormat fMaskFormat;
GrGlyphCache.cpp 58 SkMask::Format format = static_cast<SkMask::Format>(glyph.fMaskFormat);
151 if (SkMask::kBW_Format == glyph.fMaskFormat) {
217 SkMask::Format maskFormat = static_cast<SkMask::Format>(glyph.fMaskFormat);
GrGlyphCache.h 56 glyph->fMaskFormat = expectedMaskFormat;
GrTextUtils.cpp 91 if (SkMask::kARGB32_Format == glyph.fMaskFormat) {
GrAtlasManager.cpp 93 return this->getAtlas(glyph->fMaskFormat)->hasID(glyph->fID);
112 this->getAtlas(glyph->fMaskFormat)->setLastUseToken(glyph->fID, token);
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 46 return SkMask::kLCD16_Format == rec.fMaskFormat;
274 if (SkMask::kBW_Format == fRec.fMaskFormat) {
339 SkMask::kA8_Format == fRec.fMaskFormat &&
566 glyph->fMaskFormat = SkMask::kARGB32_Format;
848 SkASSERT(glyph.fMaskFormat == SkMask::Format::kARGB32_Format);
    [all...]
  /external/skqp/src/ports/
SkScalerContext_win_dw.cpp 46 return SkMask::kLCD16_Format == rec.fMaskFormat;
274 if (SkMask::kBW_Format == fRec.fMaskFormat) {
339 SkMask::kA8_Format == fRec.fMaskFormat &&
566 glyph->fMaskFormat = SkMask::kARGB32_Format;
848 SkASSERT(glyph.fMaskFormat == SkMask::Format::kARGB32_Format);
    [all...]
  /frameworks/base/libs/hwui/font/
CacheTexture.cpp 230 switch (glyph.fMaskFormat) {
251 ALOGD("fitBitmap: unknown glyph format %x encountered", glyph.fMaskFormat);

Completed in 451 milliseconds

1 2