/external/freetype/src/cff/ |
cf2font.h | 77 CF2_OutlineRec outline; /* freetype glyph outline functions */ member in struct:CF2_FontRec_
|
/external/sfntly/cpp/src/sfntly/ |
tag.h | 42 // TrueType outline tables 49 // PostScript outline tables
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
HolographicViewHelper.java | 48 Bitmap outline = createImageWithOverlay(v, mTempCanvas, mHighlightColor); local 51 FastBitmapDrawable outlineD = new FastBitmapDrawable(outline);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
OutlineDragListener.java | 29 /** Drag listener for the outline page */ 58 // The selection logic for the outline is much simpler than in the canvas,
|
/external/bison/etc/ |
README | 37 mode: outline
|
/external/chromium/chrome/browser/resources/shared/css/ |
list.css | 5 outline: none;
|
/external/chromium_org/cc/trees/ |
layer_sorter.h | 39 // Holds various useful properties derived from a layer's 3D outline.
|
/external/chromium_org/chrome/browser/resources/extensions/ |
extension_commands_overlay.css | 47 outline: none;
|
/external/chromium_org/chrome/browser/resources/print_preview/ |
print_preview.css | 117 outline: 0; 299 html:not(.focus-outline-visible) 307 html:not(.focus-outline-visible) button:focus.link-button { 308 outline: none;
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_textfield.h | 14 // Provides a red outline when the contents are marked invalid.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/css/ |
list.css | 5 outline: none;
|
/external/chromium_org/remoting/webapp/ |
menu_button.css | 41 outline: 1px solid rgba(0, 0, 0, 0.2);
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSShorthands.in | 31 outline longhands=outline-color;outline-style;outline-width
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
StyleBackgroundData.h | 50 const OutlineValue& outline() const { return m_outline; } function in class:WebCore::StyleBackgroundData
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftsynth.h | 70 /* Slant an outline glyph to the right by about 12 degrees. */
|
/external/chromium_org/third_party/freetype/src/autofit/ |
afcjk.h | 121 FT_Outline* outline,
|
/external/chromium_org/third_party/freetype/src/truetype/ |
ttdriver.c | 346 /* glyph loading process (e.g., whether the outline */ 348 /* whether to hint the outline, etc). */ 402 /* now load the glyph outline if necessary */ 406 /* slot->outline.dropout_mode = 2; */
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_FreeType_common.h | 42 void emboldenOutline(FT_Face face, FT_Outline* outline);
|
/external/chromium_org/ui/webui/resources/css/ |
trash.css | 11 outline: none;
|
/external/freetype/include/freetype/ |
ftsynth.h | 70 /* Slant an outline glyph to the right by about 12 degrees. */
|
/external/freetype/src/autofit/ |
afcjk.h | 121 FT_Outline* outline,
|
/external/freetype/src/truetype/ |
ttdriver.c | 346 /* glyph loading process (e.g., whether the outline */ 348 /* whether to hint the outline, etc). */ 402 /* now load the glyph outline if necessary */ 406 /* slot->outline.dropout_mode = 2; */
|
/external/linux-tools-perf/Documentation/ |
perf-sched.txt | 33 'perf sched map' to print a textual context-switching outline of
|
/external/skia/src/ports/ |
SkFontHost_FreeType_common.h | 42 void emboldenOutline(FT_Face face, FT_Outline* outline);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
BubbleTextView.java | 124 // In this case, we have already created the pressed outline on ACTION_DOWN, 188 * Returns a new bitmap to be used as the object outline, e.g. to visualize the drop location. 212 // So that the pressed outline is visible immediately when isPressed() is true, 233 // destroy the pressed outline
|