HomeSort by relevance Sort by last modified time
    Searched refs:onValue (Results 1 - 7 of 7) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTableTooltipHelper.java 86 boolean onValue,
93 m_onValue = onValue;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
image.h 94 GLubyte onValue);
image.c 371 * "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;
  /external/mesa3d/src/mesa/main/
image.h 94 GLubyte onValue);
image.c 371 * "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;
  /packages/apps/Camera2/src/com/android/camera/
PhotoModule.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditorCommand.cpp 159 static bool executeToggleStyle(Frame* frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const char* offValue, const char* onValue)
167 styleIsPresent = frame->editor()->selectionStartHasStyle(propertyID, onValue);
169 styleIsPresent = frame->editor()->selectionHasStyle(propertyID, onValue) == TrueTriState;
171 RefPtr<EditingStyle> style = EditingStyle::create(propertyID, styleIsPresent ? offValue : onValue);
    [all...]

Completed in 386 milliseconds