Searched defs:onValue (Results 1 - 2 of 2) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTableTooltipHelper.java86 boolean onValue,
93 m_onValue = onValue;
84 update(Property property, boolean onTitle, boolean onValue, int beginX, int endX, int y, int rowHeight) argument
/external/mesa3d/src/mesa/main/
H A Dimage.c371 * "On" bits will set texels to \p onValue.
379 * \param onValue if bit is 1, set destBuffer pixel to this value
386 GLubyte onValue)
396 destBuffer[(ROW) * destStride + (COL)] = onValue;
382 _mesa_expand_bitmap(GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap, GLubyte *destBuffer, GLint destStride, GLubyte onValue) argument

Completed in 669 milliseconds