Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/src/common/
DQuirksManager.cpp35 int topMargin = kDefaultTopMarginInBursts; in clipBufferSize() local
39 topMargin = getExclusiveTopMarginInBursts(); in clipBufferSize()
51 int32_t maxSize = stream.getBufferCapacityInFrames() - (topMargin * burst); in clipBufferSize()
/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/
DSDLActivity.java514 params.topMargin = y; in run()