Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_basic_base.h62 return bitMapHeight_; in GetBufferHeight()
83 int bitMapHeight_ = 0; variable
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_basic_base.cpp67 bitMapHeight_ = bitMapHeight; in SetBitMapPtr()
94 glReadPixels(0, 0, bitMapWidth_, bitMapHeight_, GL_RGBA, GL_UNSIGNED_BYTE, bitMapPtr_); in Update()