HomeSort by relevance Sort by last modified time
    Searched refs:maskFormat (Results 1 - 24 of 24) sorted by null

  /external/skia/src/opts/
SkBlitMask_opts_none.cpp 15 SkMask::Format maskFormat,
SkBlitMask_opts_arm.cpp 23 SkMask::Format maskFormat,
  /external/skqp/src/opts/
SkBlitMask_opts_none.cpp 15 SkMask::Format maskFormat,
SkBlitMask_opts_arm.cpp 23 SkMask::Format maskFormat,
  /external/skqp/src/gpu/text/
GrAtlasTextBlobVertexRegenerator.cpp 220 if (kARGB_GrMaskFormat != fSubRun->maskFormat() && fSubRun->color() != color) {
255 auto vertexStride = GetVertexStride(fSubRun->maskFormat(), hasW);
270 strike->getGlyph(id, fSubRun->maskFormat(), fLazyCache->get());
274 SkASSERT(glyph && glyph->fMaskFormat == fSubRun->maskFormat());
278 fSubRun->maskFormat())) {
304 : fGlyphCache->atlasGeneration(fSubRun->maskFormat()));
310 uint64_t currentAtlasGen = fGlyphCache->atlasGeneration(fSubRun->maskFormat());
345 auto vertexStride = GetVertexStride(fSubRun->maskFormat(), hasW);
355 fSubRun->maskFormat());
GrAtlasGlyphCache.cpp 370 SkMask::Format maskFormat = static_cast<SkMask::Format>(glyph.fMaskFormat);
371 if (SkMask::kA8_Format == maskFormat) {
377 } else if (SkMask::kBW_Format == maskFormat) {
GrAtlasTextBlob.cpp 91 if (run.fInitialized && subRun->maskFormat() != format) {
248 GrMaskFormat format = info.maskFormat();
251 target->makeGrPaint(info.maskFormat(), paint, viewMatrix, &grPaint);
269 info.maskFormat() == kARGB_GrMaskFormat ? GrColor_WHITE : paint.filteredPremulColor();
532 SkASSERT_RELEASE(lSubRun.maskFormat() == rSubRun.maskFormat());
GrAtlasTextBlob.h 180 static size_t GetVertexStride(GrMaskFormat maskFormat, bool isDistanceFieldWithWCoord) {
181 switch (maskFormat) {
408 GrMaskFormat maskFormat() const { return fMaskFormat; }
  /external/skqp/src/gpu/ops/
GrAtlasTextOp.h 42 static std::unique_ptr<GrAtlasTextOp> MakeBitmap(GrPaint&& paint, GrMaskFormat maskFormat,
47 switch (maskFormat) {
98 const sk_sp<GrTextureProxy>* proxies = fFontCache->getProxies(this->maskFormat());
149 GrMaskFormat maskFormat() const {
GrAtlasTextOp.cpp 219 GrMaskFormat maskFormat = this->maskFormat();
221 uint32_t atlasPageCount = fFontCache->getAtlasPageCount(maskFormat);
222 const sk_sp<GrTextureProxy>* proxies = fFontCache->getProxies(maskFormat);
237 this->color(), proxies, GrSamplerState::ClampNearest(), maskFormat,
243 SkASSERT(vertexStride == GrAtlasTextBlob::GetVertexStride(maskFormat, dfPerspective));
307 GrMaskFormat maskFormat = this->maskFormat();
308 if (gp->numTextureSamplers() != (int)fFontCache->getAtlasPageCount(maskFormat)) {
314 fFontCache->getProxies(maskFormat), GrSamplerState::ClampBilerp())
    [all...]
  /external/skia/src/gpu/text/
GrAtlasTextBlobVertexRegenerator.cpp 224 if (kARGB_GrMaskFormat != fSubRun->maskFormat() && fSubRun->color() != color) {
259 auto vertexStride = GetVertexStride(fSubRun->maskFormat(), hasW);
274 strike->getGlyph(id, fSubRun->maskFormat(), fLazyCache->get());
278 SkASSERT(glyph && glyph->fMaskFormat == fSubRun->maskFormat());
283 fLazyCache->get(), fSubRun->maskFormat())) {
309 : fFullAtlasManager->atlasGeneration(fSubRun->maskFormat()));
315 uint64_t currentAtlasGen = fFullAtlasManager->atlasGeneration(fSubRun->maskFormat());
350 auto vertexStride = GetVertexStride(fSubRun->maskFormat(), hasW);
360 fSubRun->maskFormat());
GrAtlasTextBlob.cpp 105 if (run.fInitialized && subRun->maskFormat() != format) {
255 GrMaskFormat format = info.maskFormat();
258 target->makeGrPaint(info.maskFormat(), paint, viewMatrix, &grPaint);
277 info.maskFormat() == kARGB_GrMaskFormat ? GrColor_WHITE : paint.filteredPremulColor();
475 SkASSERT_RELEASE(lSubRun.maskFormat() == rSubRun.maskFormat());
GrGlyphCache.cpp 217 SkMask::Format maskFormat = static_cast<SkMask::Format>(glyph.fMaskFormat);
218 if (SkMask::kA8_Format == maskFormat) {
224 } else if (SkMask::kBW_Format == maskFormat) {
GrAtlasTextBlob.h 193 static size_t GetVertexStride(GrMaskFormat maskFormat, bool isDistanceFieldWithWCoord) {
194 switch (maskFormat) {
395 GrMaskFormat maskFormat() const { return fMaskFormat; }
  /external/skia/src/gpu/ops/
GrAtlasTextOp.h 44 GrPaint&& paint, GrMaskFormat maskFormat,
49 switch (maskFormat) {
142 GrMaskFormat maskFormat() const {
GrAtlasTextOp.cpp 62 this->maskFormat(), &numProxies);
243 GrMaskFormat maskFormat = this->maskFormat();
246 const sk_sp<GrTextureProxy>* proxies = fullAtlasManager->getProxies(maskFormat,
262 this->color(), proxies, atlasPageCount, GrSamplerState::ClampNearest(), maskFormat,
268 SkASSERT(vertexStride == GrAtlasTextBlob::GetVertexStride(maskFormat, dfPerspective));
336 GrMaskFormat maskFormat = this->maskFormat();
339 const sk_sp<GrTextureProxy>* proxies = fullAtlasManager->getProxies(maskFormat, &numProxies);
446 const sk_sp<GrTextureProxy>* proxies = restrictedAtlasManager->getProxies(this->maskFormat(),
    [all...]
  /external/skia/src/gpu/effects/
GrBitmapTextGeoProc.h 42 GrMaskFormat maskFormat() const { return fMaskFormat; }
GrBitmapTextGeoProc.cpp 70 if (btgp.maskFormat() == kARGB_GrMaskFormat) {
106 key |= btgp.maskFormat() << 1;
  /external/skqp/src/gpu/effects/
GrBitmapTextGeoProc.h 42 GrMaskFormat maskFormat() const { return fMaskFormat; }
GrBitmapTextGeoProc.cpp 70 if (btgp.maskFormat() == kARGB_GrMaskFormat) {
106 key |= btgp.maskFormat() << 1;
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 498 SkMask::Format maskFormat = static_cast<SkMask::Format>(glyph.fMaskFormat);
506 SkASSERT(SkMask::kBW_Format == maskFormat ||
507 SkMask::kA8_Format == maskFormat ||
508 SkMask::kARGB32_Format == maskFormat ||
509 SkMask::kLCD16_Format == maskFormat);
541 if (SkMask::kBW_Format != maskFormat && SkMask::kLCD16_Format != maskFormat) {
547 SkColorType_for_SkMaskFormat(maskFormat),
550 if (SkMask::kBW_Format == maskFormat || SkMask::kLCD16_Format == maskFormat) {
    [all...]
  /external/skqp/src/ports/
SkFontHost_FreeType_common.cpp 498 SkMask::Format maskFormat = static_cast<SkMask::Format>(glyph.fMaskFormat);
506 SkASSERT(SkMask::kBW_Format == maskFormat ||
507 SkMask::kA8_Format == maskFormat ||
508 SkMask::kARGB32_Format == maskFormat ||
509 SkMask::kLCD16_Format == maskFormat);
541 if (SkMask::kBW_Format != maskFormat && SkMask::kLCD16_Format != maskFormat) {
547 SkColorType_for_SkMaskFormat(maskFormat),
550 if (SkMask::kBW_Format == maskFormat || SkMask::kLCD16_Format == maskFormat) {
    [all...]
  /external/skia/src/gpu/
GrRenderTargetContext.cpp 73 void makeGrPaint(GrMaskFormat maskFormat, const SkPaint& skPaint, const SkMatrix& viewMatrix,
77 if (kARGB_GrMaskFormat == maskFormat) {
    [all...]
  /external/skqp/src/gpu/
GrRenderTargetContext.cpp 73 void makeGrPaint(GrMaskFormat maskFormat, const SkPaint& skPaint, const SkMatrix& viewMatrix,
77 if (kARGB_GrMaskFormat == maskFormat) {
    [all...]

Completed in 243 milliseconds