/external/webkit/Source/WebKit/gtk/webkit/ |
webkitviewportattributes.cpp | 35 * @see_also: #WebKitWebView::viewport-attributes-recompute-requested 49 * You should call #webkit_viewport_attributes_recompute to recompute the viewport properties and 50 * override those values in the handler of #WebKitWebView::viewport-attributes-recompute-requested signal. 58 * g_signal_connect (web_view, "viewport-attributes-recompute-requested", G_CALLBACK (viewport_recompute_cb), window); 62 * /<!-- -->* Handle the viewport-attributes-recompute-requested signal to override the device width *<!-- -->/ 70 * /<!-- -->* Handle the viewport-attributes-changed signal to recompute the initial scale factor *<!-- -->/ 130 * WebKitWebView::viewport-attributes-recompute-requested. You 152 * WebKitWebView::viewport-attributes-recompute-requested. You 176 * of WebKitWebView::viewport-attributes-recompute-requested to 200 * of WebKitWebView::viewport-attributes-recompute-requested t [all...] |
/external/apache-http/src/org/apache/commons/codec/binary/ |
BinaryCodec.java | 173 * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the 200 * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the 229 * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the 259 * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the
|
/external/chromium/chrome/browser/ui/cocoa/ |
hyperlink_button_cell.mm | 63 [self customizeButtonCell]; // recompute |font|.
|
/external/webkit/Source/WebCore/webaudio/ |
BiquadDSPKernel.cpp | 39 // Recompute filter coefficients if any of the parameters have changed.
|
/external/llvm/lib/MC/ |
MCSubtargetInfo.cpp | 23 /// with feature string). Recompute feature bits and scheduling model.
|
/external/llvm/test/Transforms/GVN/ |
pre-compare.ll | 19 ; It is just as cheap to recompute the icmp against %x as it is to compare a
|
/external/qemu/ |
iolooper-select.c | 92 /* recompute max fd */
|
/external/skia/src/core/ |
SkPixelRef.cpp | 157 // this signals us to recompute this next time around
|
SkDevice.cpp | 410 // clip the tmpSrc to the bounds of the bitmap, and recompute dstRect if 417 // recompute dst, based on the smaller tmpSrc
|
/external/llvm/lib/CodeGen/ |
CalcSpillWeights.cpp | 124 // Don't recompute a target specific hint. 127 // Don't recompute spill weight for an unspillable register.
|
/external/v8/src/ |
zone.cc | 138 // If we have found a segment we want to keep, we must recompute the 202 // Recompute 'top' and 'limit' based on the new segment.
|
/external/qemu/android/skin/ |
composer.c | 20 /* recompute region if needed */ 55 /* recompute opaque region is needed */
|
/external/skia/src/effects/gradients/ |
SkGradientShaderPriv.h | 162 mutable uint16_t* fCache16; // working ptr. If this is NULL, we need to recompute the cache values 163 mutable SkPMColor* fCache32; // working ptr. If this is NULL, we need to recompute the cache values
|
/external/chromium/net/base/ |
network_change_notifier_win.cc | 79 // network changes. For now we recompute it each time asked,
|
/external/freetype/include/freetype/internal/ |
autohint.h | 137 /* This function is used to recompute the global metrics in a given */
|
/external/llvm/include/llvm/MC/ |
MCSubtargetInfo.h | 72 /// feature string). Recompute feature bits and scheduling model.
|
/external/skia/legacy/src/core/ |
SkPixelRef.cpp | 140 // this signals us to recompute this next time around
|
/external/webkit/Source/WebCore/css/ |
WebKitCSSKeyframesRule.cpp | 68 // to recompute the style sheet to get the updated name.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/ |
CustomViewDescriptorService.java | 576 boolean recompute = false; 578 // One or more attributes changed: recompute 579 recompute = true; 583 if (recompute) {
|
/sdk/emulator/opengl/tests/event_injector/ |
iolooper-select.c | 110 /* recompute max fd */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GraphicalEditorPart.java | 738 // Something else changed, such as the theme - just recompute existing [all...] |
/external/fdlibm/ |
k_rem_pio2.c | 192 recompute: 251 goto recompute;
|
/external/freetype/src/autofit/ |
afloader.c | 287 /* to re-allocation -- we must recompute the current subglyph on */ 301 /* recompute subglyph pointer */
|
/frameworks/native/services/surfaceflinger/ |
Transform.cpp | 80 // TODO: we could recompute this value from r and rhs 251 // recompute what this transform is
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiElementDetail.java | 397 // recompute the correct size and adjust the scrollbar as needed. 419 * This will recompute the correct size and adjust the scrollbar as needed.
|