Home
last modified time | relevance | path

Searched refs:expectedMaskFormat (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/text/
H A DGrAtlasManager.cpp60 const SkGlyph& glyph, int dstRB, GrMaskFormat expectedMaskFormat, void* dst) {
67 if (grMaskFormat == expectedMaskFormat) {
72 const int bbp = GrMaskFormatBytesPerPixel(expectedMaskFormat);
84 switch (expectedMaskFormat) {
99 } else if (grMaskFormat == kA565_GrMaskFormat && expectedMaskFormat == kARGB_GrMaskFormat) {
128 const int bpp = GrMaskFormatBytesPerPixel(expectedMaskFormat);
153 GrMaskFormat expectedMaskFormat = this->resolveMaskFormat(glyphFormat); local
154 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat);
172 get_packed_glyph_image(skGlyph, rowBytes, expectedMaskFormat, dataPtr);
176 expectedMaskFormat,
59 get_packed_glyph_image( const SkGlyph& glyph, int dstRB, GrMaskFormat expectedMaskFormat, void* dst) global() argument
[all...]

Completed in 2 milliseconds