HomeSort by relevance Sort by last modified time
    Searched full:edge (Results 101 - 125 of 2700) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/cocoa/browser/
avatar_label_button.mm 17 // Space between the left edge of the label background and the left edge of the
21 // Space between the right edge of the label text and the avatar icon.
24 // Space between the top edge of the label background and the top edge of the
28 // Space between the bottom edge of the label background and the bottom edge of
  /external/chromium_org/chrome/browser/ui/panels/
display_settings_provider.h 18 // Indicates which screen edge the desktop bar is aligned to.
19 // We do not care about the desktop aligned to the top screen edge.
96 // screen edge and set to auto-hide.
100 // screen edge, when it is visible. When the desktop bar is aligned to bottom
101 // edge, this is the height of the bar. If the desktop bar is aligned to
102 // left or right edge, this is the width of the bar.
106 // specified screen edge.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
JSHeapSnapshot.js 75 function filter(edge) {
76 if (edge.isInvisible())
80 return !edge.isHidden() && !edge.node().isHidden();
88 function filter(edge)
90 return containmentEdgesFilter(edge) && !edge.node().isRoot() && !edge.isWeak();
107 var edge = iter.edge;
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 27 // Default weight value. Used when we don't have information about the edge.
30 // weight to an edge that may have siblings with non-zero weights. This can
31 // be handled various ways, but it's probably fine for an edge with unknown
47 // Return edge weight. If we don't have any informations about it - return
59 // adjustment. Any edge weights used with the sum should be divided by Scale.
62 // A 'Hot' edge is an edge which probability is >= 80%.
  /external/llvm/utils/
profile.pl 12 # -edge - Enable edge profiling
20 my $ProfilePass = "-insert-edge-profiling";
33 if (/^-?-edge$/) { $ProfilePass = "-insert-edge-profiling"; next; }
47 print " -edge - Enable edge profiling\n";
  /external/chromium_org/content/browser/android/
edge_effect.cc 44 // How much dragging should effect the height of the edge image.
77 gfx::Transform ComputeTransform(EdgeEffect::Edge edge,
79 switch (edge) {
104 EdgeEffect::Edge edge,
110 layer->SetTransform(ComputeTransform(edge, size, height));
117 EdgeEffect::EdgeEffect(scoped_refptr<cc::Layer> edge,
119 : edge_(edge)
229 // The edge should always be at least partially visible, regardles
    [all...]
  /external/llvm/include/llvm/Analysis/
ProfileInfo.h 58 typedef std::pair<const BType*, const BType*> Edge;
59 typedef std::pair<Edge, double> EdgeWeight;
60 typedef std::map<Edge, double> EdgeWeights;
66 // blocks is executed. As a special case, we also hold an edge from the
87 // getFunction() - Returns the Function for an Edge, checking for validity.
88 static const FType* getFunction(Edge e) {
93 llvm_unreachable("Invalid ProfileInfo::Edge");
96 // getEdge() - Creates an Edge from two BasicBlocks.
97 static Edge getEdge(const BType *Src, const BType *Dest) {
112 double getEdgeWeight(Edge e) const
    [all...]
  /external/freetype/src/cff/
cf2blues.c 150 * features above or below the last hinted edge. This also gives a
273 /* Search for the nearest flat edge in `FamilyBlues' or */
274 /* `FamilyOtherBlues'. According to the Black Book, any matching edge */
291 /* In a bottom zone, the top edge is the flat edge. */
293 /* Family edge that is within the one pixel threshold. */
299 /* top edge */
317 /* top edge */
328 /* In a top zone, the bottom edge is the flat edge. *
    [all...]
  /external/chromium_org/cc/quads/
draw_quad.h 101 // Is the left edge of this tile aligned with the originating layer's
102 // left edge?
105 // Is the top edge of this tile aligned with the originating layer's
106 // top edge?
109 // Is the right edge of this tile aligned with the originating layer's
110 // right edge?
115 // Is the bottom edge of this tile aligned with the originating layer's
116 // bottom edge?
121 // Is any edge of this tile aligned with the originating layer's
122 // corresponding edge
    [all...]
  /external/llvm/lib/Analysis/
PathProfileVerifier.cpp 10 // This verifier derives an edge profile file from current path profile
44 // The verifier requires the path profile and edge profile.
53 cl::desc("Edge profile file generated by -path-profile-verifier"),
58 "Compare the path profile derived edge profile against the "
59 "edge profile.", true, true)
65 // The verifier requires the path profile and edge profile.
76 // number of edge frequencies
81 // array of edge counters
107 // iterate through each path and increment the edge counters as needed
126 // setup the entry edge (normally path profiling doesn't care about this
    [all...]
ProfileInfoLoaderPass.cpp 42 std::set<Edge> SpanningTree;
61 // recurseBasicBlock() - Calculates the edge weights for as much basic
64 virtual void readEdgeOrRemember(Edge, Edge&, unsigned &, double &);
65 virtual void readEdge(ProfileInfo::Edge, std::vector<unsigned>&);
97 void LoaderPass::readEdgeOrRemember(Edge edge, Edge &tocalc,
100 if ((w = getEdgeWeight(edge)) == MissingValue) {
101 tocalc = edge;
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afhints.h 83 * edges. An edge corresponds to a single position on the main
172 * Experience has shown that points which are not part of an edge need
234 /* edge hint flags */
269 FT_Byte flags; /* edge/segment flags for this segment */
276 AF_Edge edge; /* the segment's parent edge */ member in struct:AF_SegmentRec_
277 AF_Segment edge_next; /* link to next segment in parent edge */
285 AF_Point first; /* first point in edge segment */
286 AF_Point last; /* last point in edge segment */
297 FT_Byte flags; /* edge flags *
    [all...]
  /external/freetype/src/autofit/
afhints.h 83 * edges. An edge corresponds to a single position on the main
172 * Experience has shown that points which are not part of an edge need
234 /* edge hint flags */
269 FT_Byte flags; /* edge/segment flags for this segment */
276 AF_Edge edge; /* the segment's parent edge */ member in struct:AF_SegmentRec_
277 AF_Segment edge_next; /* link to next segment in parent edge */
285 AF_Point first; /* first point in edge segment */
286 AF_Point last; /* last point in edge segment */
297 FT_Byte flags; /* edge flags *
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
PolygonShape.h 42 Edge,
47 OffsetPolygonEdge(const FloatPolygonEdge& edge, const FloatSize& offset)
48 : m_vertex1(edge.vertex1() + offset)
49 , m_vertex2(edge.vertex2() + offset)
50 , m_edgeIndex(edge.edgeIndex())
51 , m_basis(Edge)
  /external/chromium_org/chrome/browser/ui/cocoa/
info_bubble_view.h 36 // The edge nearest to the arrow is lined up with the anchor point.
38 // Align the right edge to the anchor point.
40 // Align the left edge to the anchor point.
  /external/chromium_org/ui/gfx/
shadow_value.h 51 // perpendicular to and centered on the shadow edge. For example, a blur
52 // amount of 4.0 means to have a blurry shadow edge of 4 pixels that
54 // inside the shadow and 2 pixels goes beyond the edge.
  /frameworks/base/core/java/android/gesture/
Gesture.java 142 public Path toPath(int width, int height, int edge, int numSample) {
143 return toPath(null, width, height, edge, numSample);
146 public Path toPath(Path path, int width, int height, int edge, int numSample) {
153 path.addPath(strokes.get(i).toPath(width - 2 * edge, height - 2 * edge, numSample));
180 * @param edge the edge
185 public Bitmap toBitmap(int width, int height, int edge, int numSample, int color) {
189 canvas.translate(edge, edge);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
Divot.java 25 // to the middle of edge.
30 // Where to draw the divot. LEFT_UPPER, for example, means the upper edge but to the
31 // left. TOP_RIGHT means the right edge but to the top.
  /dalvik/dx/tests/074-dex-form35c-edge-case/
info.txt 2 an edge case of instruction format 35c works, where a reference
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FloatPolygon.h 129 // Edge vertex index1 is less than index2, except the last edge, where index2 is 0. When a polygon edge
144 static String string(const FloatPolygonEdge* edge) { return String::format("%p (%f,%f %f,%f)", edge, edge->vertex1().x(), edge->vertex1().y(), edge->vertex2().x(), edge->vertex2().y()); }
  /external/chromium_org/ui/views/layout/
layout_constants.h 57 // Vertical spacing between the edge of the window and the
61 // Vertical spacing between the edge of the window and the
65 // Vertical spacing between the edge of the window and the
69 // Vertical spacing between the edge of the window and the
  /external/llvm/include/llvm/Support/
DOTGraphTraits.h 95 /// If you want to override the dot attributes printed for a particular edge,
103 /// getEdgeSourceLabel - If you want to label the edge source itself,
110 /// edgeTargetsEdgeSource - This method returns true if this outgoing edge
111 /// should actually target another edge source, not a node. If this method is
119 /// called to determine which outgoing edge of Node is the target of this
120 /// edge.
127 /// to provide labels for edge destinations.
133 /// number of incoming edge labels the given node has.
139 /// incoming edge label with the given index in the given node.
  /external/markdown/docs/
release-2.0.2.txt 7 fixes for minor parsing bugs in some edge cases. For a full list of changes,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_DeblockChroma_I.c 36 * follows: {external vertical edge, internal vertical edge,
37 * external horizontal edge, internal horizontal edge }. Per
40 * { external vertical edge, internal vertical edge, external
41 * horizontal edge, internal horizontal edge }. Per [ISO14496-10]
44 * or above edge of each 4x2 or 2x4 block, arranged in vertical
omxVCM4P10_DeblockLuma_I.c 37 * follows: {external vertical edge, internal vertical edge,
38 * external horizontal edge, internal horizontal edge }. Per
41 * {external vertical edge, internal vertical edge, external
42 * horizontal edge, internal horizontal edge }. Per [ISO14496-10]
45 * follows: {values for the left or above edge of each 4x4 block,

Completed in 1458 milliseconds

1 2 3 45 6 7 8 91011>>