Home
last modified time | relevance | path

Searched refs:GetBytesPerPx (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bframebuffer.cc136 int32 BPP = bwin->GetBytesPerPx(); in BE_DrawThread()
216 int32 BPP = bwin->GetBytesPerPx(); in BE_UpdateOnce()
DSDL_BWin.h438 int32 GetBytesPerPx() { return _bytes_per_px; } in GetBytesPerPx() function