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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
shadow.h 19 /* Declaration of types and functions for shadow password suite. */
34 #define SHADOW _PATH_SHADOW
81 /* Get shadow entry matching NAME.
89 /* Read shadow entry from STRING.
97 /* Read next shadow entry from STREAM.
105 /* Write line containing shadow password entry to stream.
149 #endif /* shadow.h */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
shadow.h 19 /* Declaration of types and functions for shadow password suite. */
34 #define SHADOW _PATH_SHADOW
81 /* Get shadow entry matching NAME.
89 /* Read shadow entry from STRING.
97 /* Read next shadow entry from STREAM.
105 /* Write line containing shadow password entry to stream.
149 #endif /* shadow.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
shadow.h 19 /* Declaration of types and functions for shadow password suite. */
34 #define SHADOW _PATH_SHADOW
81 /* Get shadow entry matching NAME.
89 /* Read shadow entry from STRING.
97 /* Read next shadow entry from STREAM.
105 /* Write line containing shadow password entry to stream.
149 #endif /* shadow.h */
  /external/chromium_org/ui/views/bubble/
bubble_border.h 56 enum Shadow {
57 SHADOW = 0,
83 BubbleBorder(Arrow arrow, Shadow shadow, SkColor color);
132 // Get the shadow type.
133 Shadow shadow() const { return shadow_; } function in class:views::BubbleBorder
145 // '(' represents shadow around the '{' edge: ((({ ^ })))
154 // and bubble content size; calculated from shadow and arrow image dimensions.
158 // Get the border exterior thickness, including stroke and shadow, in pixels
    [all...]
bubble_border.cc 38 // The interior is measured without including stroke or shadow pixels.
98 // Returns the cached BorderImages for the given |shadow| type.
99 BorderImages* GetBorderImages(BubbleBorder::Shadow shadow) {
103 CHECK_LT(shadow, BubbleBorder::SHADOW_COUNT);
104 struct BorderImages*& set = kBorderImages[shadow];
108 switch (shadow) {
109 case BubbleBorder::SHADOW:
110 // Note: SHADOW's border interior thickness is actually 10, but 0 is used
111 // here to match the legacy appearance of SHADOW's extra large inset
    [all...]
  /external/chromium_org/ui/views/examples/
bubble_example.cc 74 shadow_ = new LabelButton(this, ASCIIToUTF16("Shadow"));
76 no_shadow_ = new LabelButton(this, ASCIIToUTF16("No Shadow"));
78 big_shadow_ = new LabelButton(this, ASCIIToUTF16("Big Shadow"));
80 small_shadow_ = new LabelButton(this, ASCIIToUTF16("Small Shadow"));
104 bubble->set_shadow(BubbleBorder::SHADOW);
  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.h 54 // WIN64 reserves 4 words for shadow space
55 const int SHADOW = 4 * GR_STACK_SIZE;
61 // Linux x64 doesn't reserve shadow space
62 const int SHADOW = 0;
  /external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.cc 137 views::BubbleBorder::NONE, views::BubbleBorder::SHADOW, SK_ColorWHITE);

Completed in 466 milliseconds