Home
last modified time | relevance | path

Searched refs:SkAlign8 (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/include/core/
DSkTypes.h552 template <typename T> static constexpr T SkAlign8(T x) { return (x + 7) >> 3 << 3; } in SkAlign8() function
559 return sizeof(void*) == 8 ? SkAlign8(x) : SkAlign4(x); in SkAlignPtr()
/third_party/skia/src/codec/
DSkWbmpCodec.cpp23 return SkAlign8(width) >> 3; in get_src_row_bytes()
/third_party/skia/tools/trace/
DChromeTracingTracer.cpp102 size = SkAlign8(size); in addTraceEvent()
/third_party/skia/src/core/
DSkScalerContext.cpp429 const int dstPad = mask.fRowBytes - SkAlign8(width)/8; in packA8ToA1()
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.cpp319 const int dstPad = mask.fRowBytes - SkAlign8(width)/8; in packA8ToA1()