HomeSort by relevance Sort by last modified time
    Searched full:outline (Results 376 - 400 of 799) sorted by null

<<11121314151617181920>>

  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 34 import android.graphics.Outline;
    [all...]
Drawable.java 43 import android.graphics.Outline;
    [all...]
AdaptiveIconDrawable.java 33 import android.graphics.Outline;
387 public void getOutline(@NonNull Outline outline) {
388 outline.setConvexPath(mMask);
    [all...]
  /external/freetype/include/freetype/config/
ftheader.h 273 * scalable outline management API of FreeType~2.
670 * FreeType~2 API which provides functions to stroke outline paths.
  /external/freetype/src/truetype/
ttinterp.h 309 * FreeType rendering. Both can distort the outline. See [2] for
329 * alone and don't mess with the `final' outline to produce more
ttgxvar.h 418 FT_Outline* outline,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 82 /// Outline based on PPCELFObjectWriter::getRelocType().
300 // see PPCELFObjectWriter for a general outline of cases
  /external/pdfium/xfa/fxfa/parser/
xfa_basic_data_enum.cpp 160 {0x86701ce0, L"outline", XFA_AttributeEnum::Outline},
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/
ftheader.h 273 * scalable outline management API of FreeType~2.
693 * FreeType~2 API which provides functions to stroke outline paths.
  /external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
EventCount.h 39 // Algorihtm outline:
  /external/freetype/src/base/
ftlcdfil.c 346 /* add padding according to accommodate outline shifts */
  /external/freetype/src/gxvalid/
gxvcommn.c 854 FT_Outline outline; local
867 outline = glyph->outline;
868 n_points = (FT_UShort)outline.n_points;
    [all...]
  /external/freetype/src/psaux/
pshints.h 186 CF2_OutlineCallbacks callbacks; /* outline consumer */
  /external/owasp/sanitizer/distrib/javadoc/src-html/org/owasp/html/
CssSchema.html     [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 247 Outline,
  /external/python/cpython2/Demo/tkinter/guido/
canvasevents.py 84 fill='gray', outline='')
  /external/v8/tools/turbolizer/
turbo-visualizer.css 41 outline: none;
  /frameworks/base/libs/hwui/
FrameBuilder.cpp 208 const Outline& outline = properties.getOutline(); local
209 if (properties.getAlpha() <= 0 || (outline.getShouldClip() && outline.isEmpty()) ||
    [all...]
  /frameworks/base/libs/hwui/hwui/
Canvas.cpp 129 // outline
  /frameworks/minikin/libs/minikin/
Layout.cpp 111 // Note that it is technically possible for a TrueType font to have outline and embedded
112 // bitmap at the same time. We ignore modified advances of hinted outline glyphs in that
724 // Note that it is technically possible for a TrueType font to have outline and
725 // embedded bitmap at the same time. We ignore modified bbox of hinted outline
    [all...]
  /libcore/ojluni/src/main/java/java/awt/font/
TextAttribute.java 549 * logical bounds, if necessary. The outline is not affected.
564 * <p>The underline affects both the visual bounds and the outline
586 * outline of the text.
736 * the outline of the text.
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/video/impl/
VideoCallFragment.java 24 import android.graphics.Outline;
115 public void getOutline(View view, Outline outline) {
119 outline.setOval(x - radius, y - radius, x + radius, y + radius);
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 734 private final Bitmap mOutline; // The outline bitmap put on top of each
748 int columns, int blockWidth, Bitmap outline) {
757 mOutline = outline;
950 // (If the user scrolls too fast). It is a gray image with normal outline
    [all...]
  /packages/apps/Launcher2/res/values/
attrs.xml 82 <!-- The color of the stroke outline -->
  /packages/apps/Launcher3/res/values/
config.xml 58 <!-- The alpha value at which to show the most recent drop visualization outline. -->

Completed in 1771 milliseconds

<<11121314151617181920>>