HomeSort by relevance Sort by last modified time
    Searched full:outline (Results 51 - 75 of 326) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/freetype/src/autofit/
afhints.c 568 /* in a source outline. */
572 FT_Outline* outline )
593 new_max = (FT_UInt)outline->n_contours;
610 new_max = (FT_UInt)( outline->n_points + 2 );
622 hints->num_points = outline->n_points;
623 hints->num_contours = outline->n_contours;
632 if ( FT_Outline_Get_Orientation( outline ) == FT_ORIENTATION_POSTSCRIPT )
657 FT_Vector* vec = outline->points;
658 char* tag = outline->tags;
659 AF_Point end = points + outline->contours[0]
    [all...]
afhints.h 29 * The definition of outline glyph hints. These are shared by all
71 * find segments in an outline. A segment is a series of consecutive
190 * Other points in the outline must be interpolated using the
228 /* all inflection points in the outline have this flag set */
424 FT_Outline* outline );
428 FT_Outline* outline );
afcjk.h 120 FT_Outline* outline,
  /external/webkit/Tools/GtkLauncher/
simple.svg 12 <!-- Show outline of canvas using 'rect' element -->
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
MergeCookie.java 27 * into a single outline item.
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
cssproperties.in 197 outline
198 outline-color
199 outline-offset
200 outline-style
201 outline-width
375 -moz-outline-radius
376 -moz-outline-radius-bottomleft
377 -moz-outline-radius-bottomright
378 -moz-outline-radius-topleft
379 -moz-outline-radius-toprigh
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/
webkit 197 outline
198 outline-color
199 outline-offset
200 outline-style
201 outline-width
  /external/webkit/Source/WebCore/editing/
DeleteButtonController.cpp 54 const char* const DeleteButtonController::outlineElementIdentifier = "WebKit-Editing-Delete-Outline";
204 RefPtr<HTMLDivElement> outline = HTMLDivElement::create(m_target->document()); local
205 outline->setIdAttribute(outlineElementIdentifier);
210 style = outline->getInlineStyleDecl();
222 container->appendChild(outline.get(), ec);
255 m_outlineElement = outline.release();
  /external/freetype/include/freetype/
ftadvanc.h 72 /* and hinting of the glyph outline, are extremely slow by */
84 /* Retrieve the advance value of a given glyph outline in an */
ftsynth.h 69 /* Slant an outline glyph to the right by about 12 degrees. */
  /external/freetype/include/freetype/internal/
fttrace.h 32 FT_TRACE_DEF( outline ) /* outline management (ftoutln.c) */
  /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 */
57 // The selection logic for the outline is much simpler than in the canvas,
  /external/bison/data/
README 1 -*- outline -*-
  /external/chromium/chrome/browser/resources/shared/css/
list.css 5 outline: none;
tree.css 2 outline: none;
120 outline: 1px solid black;
149 outline: none;
  /external/freetype/src/truetype/
ttdriver.c 277 /* glyph loading process (e.g., whether the outline */
279 /* whether to hint the outline, etc). */
333 /* now load the glyph outline if necessary */
337 /* slot->outline.dropout_mode = 2; */
  /external/webkit/Source/WebCore/rendering/style/
StyleBackgroundData.h 50 const OutlineValue& outline() const { return m_outline; } function in class:WebCore::StyleBackgroundData
  /packages/apps/Launcher2/src/com/android/launcher2/
BubbleTextView.java 125 // In this case, we have already created the pressed outline on ACTION_DOWN,
187 * Returns a new bitmap to be used as the object outline, e.g. to visualize the drop location.
211 // So that the pressed outline is visible immediately when isPressed() is true,
230 // destroy the pressed outline
HolographicOutlineHelper.java 110 // Use the clip table to make the glow heavier closer to the outline
120 * Applies a more expensive and accurate outline to whatever is currently drawn in a specified
204 // draw the bright outline
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
EclipseUiHelper.java 30 /** View Id for the default Eclipse Content Outline view. */
  /external/expat/bcb5/
all_projects.bpg 13 libexpatws_mtd.lib elements.exe outline.exe xmlwf.exe
38 outline.exe: outline.bpr
  /external/webkit/Source/WebCore/css/
wml.css 237 outline: auto 5px -webkit-focus-ring-color
242 outline: none
246 outline-offset: -2px
  /external/freetype/src/pshinter/
pshalgo.c 1183 /* load outline point coordinates into hinter glyph */
1188 FT_Vector* vec = glyph->outline->points;
    [all...]
  /external/freetype/src/cff/
cffdrivr.c 145 /* glyph loading process (e.g., whether the outline */
147 /* whether to hint the outline, etc). */
166 /* check whether we want a scaled outline or bitmap */
181 /* now load the glyph outline if necessary */
185 /* slot->outline.dropout_mode = 2; */
  /external/jhead/
iptc.c 178 char OutLine[101];
189 OutLine[OutLineChars++] = Data[a];
193 OutLine[OutLineChars++] = '?';
197 OutLine[OutLineChars] = 0;
199 puts(OutLine);

Completed in 611 milliseconds

1 23 4 5 6 7 8 91011>>