OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minsize
(Results
26 - 50
of
241
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/skia/include/core/
SkChunkAlloc.h
17
SkChunkAlloc(size_t
minSize
);
SkWriter32.h
35
SkWriter32(size_t
minSize
, void* initialStorage, size_t storageSize);
37
SkWriter32(size_t
minSize
)
40
, fMinSize(
minSize
)
296
SkSWriter32(size_t
minSize
) : SkWriter32(
minSize
, fData.fStorage, SIZE) {}
/sdk/emulator/opengl/shared/OpenglCodecCommon/
SocketStream.h
34
virtual void *allocBuffer(size_t
minSize
);
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RasterShape.cpp
149
bool RasterShapeIntervals::firstIncludedIntervalY(int minY, const IntSize&
minSize
, LayoutUnit& result) const
155
if (
minSize
.isEmpty() ||
minSize
.width() > bounds().width())
158
for (int lineY = minY; lineY <= bounds().maxY() -
minSize
.height(); lineY++) {
160
if (!getIntervalX1Values(lineY, lineY +
minSize
.height(),
minSize
.width(), intervalX1Values))
165
IntRect firstFitRect(IntPoint(0, 0),
minSize
);
/external/chromium_org/third_party/flot/
jquery.flot.selection.min.js
12
minSize
: number of pixels
22
"
minSize
" is the minimum size a selection can be in pixels. This value can
27
minute, setting "
minSize
" to 1 will not make the minimum selection size 1
28
minute, but rather 1 pixel. Note also that setting "
minSize
" to 0 will prevent
48
mouse to remove the selection. As stated above, setting "
minSize
" to 0 will
79
*/(function(e){function t(t){function s(e){n.active&&(h(e),t.getPlaceholder().trigger("plotselecting",[a()]))}function o(t){if(t.which!=1)return;document.body.focus(),document.onselectstart!==undefined&&r.onselectstart==null&&(r.onselectstart=document.onselectstart,document.onselectstart=function(){return!1}),document.ondrag!==undefined&&r.ondrag==null&&(r.ondrag=document.ondrag,document.ondrag=function(){return!1}),c(n.first,t),n.active=!0,i=function(e){u(e)},e(document).one("mouseup",i)}function u(e){return i=null,document.onselectstart!==undefined&&(document.onselectstart=r.onselectstart),document.ondrag!==undefined&&(document.ondrag=r.ondrag),n.active=!1,h(e),m()?f():(t.getPlaceholder().trigger("plotunselected",[]),t.getPlaceholder().trigger("plotselecting",[null])),!1}function a(){if(!m())return null;if(!n.show)return null;var r={},i=n.first,s=n.second;return e.each(t.getAxes(),function(e,t){if(t.used){var n=t.c2p(i[t.direction]),o=t.c2p(s[t.direction]);r[e]={from:Math.min(n,o),to:Math.max(n,o)}}}),r}function f(){var e=a();t.getPlaceholder().trigger("plotselected",[e]),e.xaxis&&e.yaxis&&t.getPlaceholder().trigger("selected",[{x1:e.xaxis.from,y1:e.yaxis.from,x2:e.xaxis.to,y2:e.yaxis.to}])}function l(e,t,n){return t<e?e:t>n?n:t}function c(e,r){var i=t.getOptions(),s=t.getPlaceholder().offset(),o=t.getPlotOffset();e.x=l(0,r.pageX-s.left-o.left,t.width()),e.y=l(0,r.pageY-s.top-o.top,t.height()),i.selection.mode=="y"&&(e.x=e==n.first?0:t.width()),i.selection.mode=="x"&&(e.y=e==n.first?0:t.height())}function h(e){if(e.pageX==null)return;c(n.second,e),m()?(n.show=!0,t.triggerRedrawOverlay()):p(!0)}function p(e){n.show&&(n.show=!1,t.triggerRedrawOverlay(),e||t.getPlaceholder().trigger("plotunselected",[]))}function d(e,n){var r,i,s,o,u=t.getAxes();for(var a in u){r=u[a];if(r.direction==n){o=n+r.n+"axis",!e[o]&&r.n==1&&(o=n+"axis");if(e[o]){i=e[o].from,s=e[o].to;break}}}e[o]||(r=n=="x"?t.getXAxes()[0]:t.getYAxes()[0],i=e[n+"1"],s=e[n+"2"]);if(i!=null&&s!=null&&i>s){var f=i;i=s,s=f}return{from:i,to:s,axis:r}}function v(e,r){var i,s,o=t.getOptions();o.selection.mode=="y"?(n.first.x=0,n.second.x=t.width()):(s=d(e,"x"),n.first.x=s.axis.p2c(s.from),n.second.x=s.axis.p2c(s.to)),o.selection.mode=="x"?(n.first.y=0,n.second.y=t.height()):(s=d(e,"y"),n.first.y=s.axis.p2c(s.from),n.second.y=s.axis.p2c(s.to)),n.show=!0,t.triggerRedrawOverlay(),!r&&m()&&f()}function m(){var e=t.getOptions().selection.
minSize
;return Math.abs(n.second.x-n.first.x)>=e&&Math.abs(n.second.y-n.first.y)>=e}var n={first:{x:-1,y:-1},second:{x:-1,y:-1},show:!1,active:!1},r={},i=null;t.clearSelection=p,t.setSelection=v,t.getSelection=a,t.hooks.bindEvents.push(function(e,t){var n=e.getOptions();n.selection.mode!=null&&(t.mousemove(s),t.mousedown(o))}),t.hooks.drawOverlay.push(function(t,r){if(n.show&&m()){var i=t.getPlotOffset(),s=t.getOptions();r.save(),r.translate(i.left,i.top);var o=e.color.parse(s.selection.color);r.strokeStyle=o.scale("a",.8).toString(),r.lineWidth=1,r.lineJoin=s.selection.shape,r.fillStyle=o.scale("a",.4).toString();var u=Math.min(n.first.x,n.second.x)+.5,a=Math.min(n.first.y,n.second.y)+.5,f=Math.abs(n.second.x-n.first.x)-1,l=Math.abs(n.second.y-n.first.y)-1;r.fillRect(u,a,f,l),r.strokeRect(u,a,f,l),r.restore()}}),t.hooks.shutdown.push(function(t,n){n.unbind("mousemove",s),n.unbind("mousedown",o),i&&e(document).unbind("mouseup",i)})}e.plot.plugins.push({init:t,options:{selection:{mode:null,color:"#e8cfac",shape:"round",
minSize
:5}},name:"selection",version:"1.1"})})(jQuery)
/external/chromium_org/third_party/skia/include/core/
SkWriter32.h
35
SkWriter32(size_t
minSize
, void* initialStorage, size_t storageSize);
37
SkWriter32(size_t
minSize
)
40
, fMinSize(
minSize
)
296
SkSWriter32(size_t
minSize
) : SkWriter32(
minSize
, fData.fStorage, SIZE) {}
/external/clang/include/clang/Analysis/Support/
BumpVector.h
189
/// least one more element or
MinSize
if specified.
190
void grow(BumpVectorContext &C, size_type
MinSize
= 1);
215
void BumpVector<T>::grow(BumpVectorContext &C, size_t
MinSize
) {
219
if (NewCapacity <
MinSize
)
220
NewCapacity =
MinSize
;
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_sign_in_container.mm
68
- (void)constrainSizeToMinimum:(NSSize)
minSize
maximum:(NSSize)maxSize {
69
minSize_ =
minSize
;
/external/chromium_org/third_party/skia/src/core/
SkOrderedWriteBuffer.h
28
SkOrderedWriteBuffer(size_t
minSize
);
29
SkOrderedWriteBuffer(size_t
minSize
, void* initialStorage, size_t storageSize);
/external/skia/src/core/
SkOrderedWriteBuffer.h
28
SkOrderedWriteBuffer(size_t
minSize
);
29
SkOrderedWriteBuffer(size_t
minSize
, void* initialStorage, size_t storageSize);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterAlbumSet.java
110
long
minSize
= ((SizeClustering) clustering).getMinSize(i);
111
childPath = mPath.getChild(
minSize
);
SizeClustering.java
104
String
minSize
= getSizeString(i);
107
res.getString(R.string.size_between),
minSize
, maxSize);
/dalvik/vm/hprof/
HprofOutput.cpp
182
size_t
minSize
;
184
minSize
= rec->length + nmore;
185
if (
minSize
> rec->allocLen) {
190
if (newAllocLen <
minSize
) {
/external/chromium_org/third_party/WebKit/Source/core/css/
FontSize.cpp
48
// all fonts. This is "
minSize
." The second type of minimum font size is a "smart minimum"
61
int
minSize
= settings->minimumFontSize();
66
if (zoomedSize <
minSize
)
67
zoomedSize =
minSize
;
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
scanner.re
168
"{" [0-9]+ "}" { yylval.extop.
minsize
= atoi((char *)s->tok+1);
172
"{" [0-9]+ "," [0-9]+ "}" { yylval.extop.
minsize
= atoi((char *)s->tok+1);
173
yylval.extop.maxsize = MAX(yylval.extop.
minsize
,atoi(strchr((char *)s->tok, ',')+1));
176
"{" [0-9]+ ",}" { yylval.extop.
minsize
= atoi((char *)s->tok+1);
/external/chromium_org/tools/gn/
pattern.h
30
size_t
MinSize
() const {
/frameworks/base/packages/SystemUI/res/values/
attrs.xml
39
<attr name="
minSize
" format="dimension" />
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
QemuPipeStream.cpp
59
void *QemuPipeStream::allocBuffer(size_t
minSize
)
61
size_t allocSize = (m_bufsize <
minSize
?
minSize
: m_bufsize);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarPart.cpp
93
if (!length.isIntrinsicOrAuto() || (sizeType ==
MinSize
&& length.isAuto()))
107
int minWidth = calcScrollbarThicknessUsing(
MinSize
, style()->minWidth(), visibleSize, renderView);
125
int minHeight = calcScrollbarThicknessUsing(
MinSize
, style()->minHeight(), visibleSize, renderView);
/external/chromium_org/third_party/icu/source/tools/genrb/
ustr.c
28
#define ALLOCATION(
minSize
) (
minSize
< 0x80 ? 0x80 : (2 *
minSize
+ 0x80) & ~(0x80 - 1))
/external/elfutils/libdw/
libdw_alloc.c
66
__libdw_allocate (Dwarf *dbg, size_t
minsize
, size_t align)
70
2 *
minsize
+ offsetof (struct libdw_memblock, mem)));
78
newp->remaining = (uintptr_t) newp + size - (result +
minsize
);
/external/icu4c/tools/genrb/
ustr.c
29
#define ALLOCATION(
minSize
) (
minSize
< 0x80 ? 0x80 : (2 *
minSize
+ 0x80) & ~(0x80 - 1))
/external/skia/bench/
MemoryBench.cpp
19
ChunkAllocBench(size_t
minSize
) {
20
fMinSize =
minSize
;
21
fName.printf("chunkalloc_" SK_SIZE_T_SPECIFIER,
minSize
);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ucn.py
146
@test_support.bigmemtest(
minsize
=_testcapi.UINT_MAX + 1,
150
if size < func.
minsize
:
152
(func.
minsize
* func.memuse / float(1024**3),))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ucn.py
146
@test_support.bigmemtest(
minsize
=_testcapi.UINT_MAX + 1,
150
if size < func.
minsize
:
152
(func.
minsize
* func.memuse / float(1024**3),))
Completed in 577 milliseconds
1
2
3
4
5
6
7
8
9
10