MCPcopy Create free account
hub / github.com/cinder/Cinder / getRowBytes

Method getRowBytes

blocks/Cairo/src/Cairo.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63ptrdiff_t SurfaceConstraintsCairo::getRowBytes( int requestedWidth, const SurfaceChannelOrder &sco, int elementSize ) const {
64 return cairo_format_stride_for_width( sco.hasAlpha() ? CAIRO_FORMAT_ARGB32 : CAIRO_FORMAT_RGB24, requestedWidth );
65}
66
67} // namespace cinder
68

Callers 1

SurfaceImageMethod · 0.45

Calls 1

hasAlphaMethod · 0.45

Tested by

no test coverage detected