Searched refs:onValue (Results 1 - 6 of 6) 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/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimage.h94 GLubyte onValue);
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
/external/mesa3d/src/mesa/main/
H A Dimage.h94 GLubyte onValue);
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
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditorCommand.cpp158 static bool executeToggleStyle(Frame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const char* offValue, const char* onValue) argument
166 styleIsPresent = frame.editor().selectionStartHasStyle(propertyID, onValue);
168 styleIsPresent = frame.editor().selectionHasStyle(propertyID, onValue) == TrueTriState;
170 RefPtr<EditingStyle> style = EditingStyle::create(propertyID, styleIsPresent ? offValue : onValue);

Completed in 216 milliseconds