/ndk/docs/renderscript/ |
classandroid_1_1RSC_1_1Script.html | 47 <area href="classandroid_1_1RSC_1_1BaseObj.html" alt="android::RSC::BaseObj" shape="rect" coords="126,0,369,24"/> 48 <area href="classandroid_1_1RSC_1_1ScriptC.html" alt="android::RSC::ScriptC" shape="rect" coords="0,112,243,136"/> 49 <area href="classandroid_1_1RSC_1_1ScriptIntrinsic.html" alt="android::RSC::ScriptIntrinsic" shape="rect" coords="253,112,496,136"/> 50 <area href="classandroid_1_1RSC_1_1ScriptIntrinsic3DLUT.html" alt="android::RSC::ScriptIntrinsic3DLUT" shape="rect" coords="506,168,749,192"/> 51 <area href="classandroid_1_1RSC_1_1ScriptIntrinsicBlend.html" alt="android::RSC::ScriptIntrinsicBlend" shape="rect" coords="506,224,749,248"/> 52 <area href="classandroid_1_1RSC_1_1ScriptIntrinsicBlur.html" alt="android::RSC::ScriptIntrinsicBlur" shape="rect" coords="506,280,749,304"/> 53 <area href="classandroid_1_1RSC_1_1ScriptIntrinsicColorMatrix.html" alt="android::RSC::ScriptIntrinsicColorMatrix" shape="rect" coords="506,336,749,360"/> 54 <area href="classandroid_1_1RSC_1_1ScriptIntrinsicConvolve3x3.html" alt="android::RSC::ScriptIntrinsicConvolve3x3" shape="rect" coords="506,392,749,416"/> 55 <area href="classandroid_1_1RSC_1_1ScriptIntrinsicConvolve5x5.html" alt="android::RSC::ScriptIntrinsicConvolve5x5" shape="rect" coords="506,448,749,472"/> 56 <area href="classandroid_1_1RSC_1_1ScriptIntrinsicHistogram.html" alt="android::RSC::ScriptIntrinsicHist (…) [all...] |
classandroid_1_1RSC_1_1ScriptIntrinsic.html | 45 <area href="classandroid_1_1RSC_1_1Script.html" alt="android::RSC::Script" shape="rect" coords="0,56,243,80"/> 46 <area href="classandroid_1_1RSC_1_1BaseObj.html" alt="android::RSC::BaseObj" shape="rect" coords="0,0,243,24"/> 47 <area href="classandroid_1_1RSC_1_1ScriptIntrinsic3DLUT.html" alt="android::RSC::ScriptIntrinsic3DLUT" shape="rect" coords="253,168,496,192"/> 48 <area href="classandroid_1_1RSC_1_1ScriptIntrinsicBlend.html" alt="android::RSC::ScriptIntrinsicBlend" shape="rect" coords="253,224,496,248"/> 49 <area href="classandroid_1_1RSC_1_1ScriptIntrinsicBlur.html" alt="android::RSC::ScriptIntrinsicBlur" shape="rect" coords="253,280,496,304"/> 50 <area href="classandroid_1_1RSC_1_1ScriptIntrinsicColorMatrix.html" alt="android::RSC::ScriptIntrinsicColorMatrix" shape="rect" coords="253,336,496,360"/> 51 <area href="classandroid_1_1RSC_1_1ScriptIntrinsicConvolve3x3.html" alt="android::RSC::ScriptIntrinsicConvolve3x3" shape="rect" coords="253,392,496,416"/> 52 <area href="classandroid_1_1RSC_1_1ScriptIntrinsicConvolve5x5.html" alt="android::RSC::ScriptIntrinsicConvolve5x5" shape="rect" coords="253,448,496,472"/> 53 <area href="classandroid_1_1RSC_1_1ScriptIntrinsicHistogram.html" alt="android::RSC::ScriptIntrinsicHistogram" shape="rect" coords="253,504,496,528"/> 54 <area href="classandroid_1_1RSC_1_1ScriptIntrinsicLUT.html" alt="android::RSC::ScriptIntrinsicLUT" shape (…) [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragScroller.java | 28 * The touch point has entered the scroll area; a scroll is imminent. 36 * The touch point has left the scroll area. 37 * NOTE: This may not be called, if a drop occurs inside the scroll area.
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
DragScroller.java | 28 * The touch point has entered the scroll area; a scroll is imminent. 36 * The touch point has left the scroll area. 37 * NOTE: This may not be called, if a drop occurs inside the scroll area.
|
/external/deqp/modules/gles3/functional/ |
es3fScissorTests.cpp | 76 { "contained_quads", "Triangles fully inside scissor area (single call)", Vec4(0.1f, 0.1f, 0.8f, 0.8f), Vec4(0.2f, 0.2f, 0.6f, 0.6f), TRIANGLE, 30 }, 77 { "partial_quads", "Triangles partially inside scissor area (single call)", Vec4(0.3f, 0.3f, 0.4f, 0.4f), Vec4(0.2f, 0.2f, 0.6f, 0.6f), TRIANGLE, 30 }, 78 { "contained_tri", "Triangle fully inside scissor area", Vec4(0.1f, 0.1f, 0.8f, 0.8f), Vec4(0.2f, 0.2f, 0.6f, 0.6f), TRIANGLE, 1 }, 79 { "enclosing_tri", "Triangle fully covering scissor area", Vec4(0.4f, 0.4f, 0.2f, 0.2f), Vec4(0.2f, 0.2f, 0.6f, 0.6f), TRIANGLE, 1 }, 80 { "partial_tri", "Triangle partially inside scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 1.0f, 1.0f), TRIANGLE, 1 }, 81 { "outside_render_tri", "Triangle with scissor area outside render target", Vec4(1.4f, 1.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 0.6f, 0.6f), TRIANGLE, 1 }, 82 { "partial_lines", "Linse partially inside scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 1.0f, 1.0f), LINE, 30 }, 83 { "contained_line", "Line fully inside scissor area", Vec4(0.1f, 0.1f, 0.8f, 0.8f), Vec4(0.2f, 0.2f, 0.6f, 0.6f), LINE, 1 }, 84 { "partial_line", "Line partially inside scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 1.0f, 1.0f), LINE, 1 }, 85 { "outside_render_line", "Line with scissor area outside render target", Vec4(1.4f, 1.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 0.6f, 0.6f), LINE, 1 } [all...] |
/external/lldb/www/cpp_reference/html/ |
SBData_8h.html | 43 <area shape="rect" id="node3" href="SBDefines_8h.html" title="lldb/API/SBDefines.h" alt="" coords="321,83,463,111"/></map> 50 <area shape="rect" id="node3" href="LLDB_8h.html" title="LLDB.h" alt="" coords="252,702,316,730"/><area shape="rect" id="node5" href="SBInstruction_8h.html" title="SBInstruction.h" alt="" coords="89,161,199,189"/><area shape="rect" id="node8" href="SBSection_8h.html" title="SBSection.h" alt="" coords="297,83,391,111"/><area shape="rect" id="node46" href="SBValue_8h.html" title="SBValue.h" alt="" coords="736,470,819,498"/><area shape="rect" id="node10" href="SBModule_8h.html" title="SBModule.h" alt="" coords="323,161,413,189"/><area shape="rect" id="node13" href="SBAddress_8h.html" title="SBAddress.h" alt="" coords="320,238,416,266"/><area shape="rect" id="node19" href="SBSymbolContext_8h.html" title="SBSymbolContext.h" alt="" coords="296,393,432,421"/><area shape="rect" id="node16" href="SBFunction_8h.html" title="SBFunction.h" alt="" coords="195,315,293,343"/><area shape="rect" id="node25" href="SBTarget_8h.html" title="SBTarget.h" alt="" coords="541,547,627,575 (…) [all...] |
SBValue_8h.html | 45 <area shape="rect" id="node3" href="SBData_8h.html" title="lldb/API/SBData.h" alt="" coords="229,83,355,111"/><area shape="rect" id="node5" href="SBDefines_8h.html" title="lldb/API/SBDefines.h" alt="" coords="321,161,463,189"/><area shape="rect" id="node18" href="SBType_8h.html" title="lldb/API/SBType.h" alt="" coords="429,83,557,111"/></map> 52 <area shape="rect" id="node3" href="LLDB_8h.html" title="LLDB.h" alt="" coords="403,547,467,575"/><area shape="rect" id="node5" href="SBTarget_8h.html" title="SBTarget.h" alt="" coords="235,83,320,111"/><area shape="rect" id="node8" href="SBBlock_8h.html" title="SBBlock.h" alt="" coords="416,161,499,189"/><area shape="rect" id="node28" href="SBSymbol_8h.html" title="SBSymbol.h" alt="" coords="347,470,440,498"/><area shape="rect" id="node37" href="SBProcess_8h.html" title="SBProcess.h" alt="" coords="43,238,139,266"/><area shape="rect" id="node11" href="SBSymbolContext_8h.html" title="SBSymbolContext.h" alt="" coords="575,238,711,266"/><area shape="rect" id="node14" href="SBModule_8h.html" title="SBModule.h" alt="" coords="597,315,688,343 (…) [all...] |
SBCompileUnit_8h.html | 44 <area shape="rect" id="node3" href="SBDefines_8h.html" title="lldb/API/SBDefines.h" alt="" coords="321,161,463,189"/><area shape="rect" id="node15" href="SBFileSpec_8h.html" title="lldb/API/SBFileSpec.h" alt="" coords="373,83,523,111"/></map> 51 <area shape="rect" id="node3" href="LLDB_8h.html" title="LLDB.h" alt="" coords="289,470,353,498"/><area shape="rect" id="node5" href="SBSymbolContext_8h.html" title="SBSymbolContext.h" alt="" coords="300,83,436,111"/><area shape="rect" id="node8" href="SBModule_8h.html" title="SBModule.h" alt="" coords="237,161,328,189"/><area shape="rect" id="node38" href="SBSymbolContextList_8h.html" title="SBSymbolContextList.h" alt="" coords="457,238,615,266"/><area shape="rect" id="node11" href="SBAddress_8h.html" title="SBAddress.h" alt="" coords="233,238,329,266"/><area shape="rect" id="node14" href="SBFunction_8h.html" title="SBFunction.h" alt="" coords="43,315,141,343"/><area shape="rect" id="node18" href="SBLineEntry_8h.html" title="SBLineEntry.h" alt="" coords="317,315,419,343"/><area shape="rect" id="node22" href="SBSymbol_8h.html" title="SBSymbol.h" alt="" coords="317,393,411,421 (…) [all...] |
SBError_8h.html | 43 <area shape="rect" id="node3" href="SBDefines_8h.html" title="lldb/API/SBDefines.h" alt="" coords="321,83,463,111"/></map> 50 <area shape="rect" id="node3" href="LLDB_8h.html" title="LLDB.h" alt="" coords="392,625,456,653"/><area shape="rect" id="node5" href="SBCommunication_8h.html" title="SBCommunication.h" alt="" coords="43,161,181,189"/><area shape="rect" id="node8" href="SBModule_8h.html" title="SBModule.h" alt="" coords="341,83,432,111"/><area shape="rect" id="node30" href="SBProcess_8h.html" title="SBProcess.h" alt="" coords="859,547,955,575"/><area shape="rect" id="node11" href="SBAddress_8h.html" title="SBAddress.h" alt="" coords="339,161,435,189"/><area shape="rect" id="node17" href="SBSymbolContext_8h.html" title="SBSymbolContext.h" alt="" coords="547,315,683,343"/><area shape="rect" id="node14" href="SBFunction_8h.html" title="SBFunction.h" alt="" coords="251,238,349,266"/><area shape="rect" id="node23" href="SBTarget_8h.html" title="SBTarget.h" alt="" coords="532,470,617,498"/><area shape="rect" id="node33" href="SBSymbol_8h.html" title="SBSymbol.h" alt="" coords="377,547,471,575 (…) [all...] |
SBFrame_8h.html | 44 <area shape="rect" id="node3" href="SBDefines_8h.html" title="lldb/API/SBDefines.h" alt="" coords="321,161,463,189"/><area shape="rect" id="node15" href="SBValueList_8h.html" title="lldb/API/SBValueList.h" alt="" coords="373,83,525,111"/></map> 51 <area shape="rect" id="node3" href="LLDB_8h.html" title="LLDB.h" alt="" coords="211,547,275,575"/><area shape="rect" id="node5" href="SBBlock_8h.html" title="SBBlock.h" alt="" coords="121,83,204,111"/><area shape="rect" id="node8" href="SBSymbolContext_8h.html" title="SBSymbolContext.h" alt="" coords="175,161,311,189"/><area shape="rect" id="node11" href="SBModule_8h.html" title="SBModule.h" alt="" coords="156,238,247,266"/><area shape="rect" id="node38" href="SBSymbolContextList_8h.html" title="SBSymbolContextList.h" alt="" coords="645,315,803,343"/><area shape="rect" id="node14" href="SBAddress_8h.html" title="SBAddress.h" alt="" coords="321,315,417,343"/><area shape="rect" id="node17" href="SBFunction_8h.html" title="SBFunction.h" alt="" coords="245,393,344,421"/><area shape="rect" id="node21" href="SBLineEntry_8h.html" title="SBLineEntry.h" alt="" coords="368,393,4 (…) [all...] |
SBSection_8h.html | 44 <area shape="rect" id="node3" href="SBDefines_8h.html" title="lldb/API/SBDefines.h" alt="" coords="321,161,463,189"/><area shape="rect" id="node15" href="SBData_8h.html" title="lldb/API/SBData.h" alt="" coords="380,83,505,111"/></map> 51 <area shape="rect" id="node3" href="SBModule_8h.html" title="SBModule.h" alt="" coords="300,83,391,111"/><area shape="rect" id="node5" href="LLDB_8h.html" title="LLDB.h" alt="" coords="200,625,264,653"/><area shape="rect" id="node7" href="SBAddress_8h.html" title="SBAddress.h" alt="" coords="227,161,323,189"/><area shape="rect" id="node13" href="SBSymbolContext_8h.html" title="SBSymbolContext.h" alt="" coords="320,315,456,343"/><area shape="rect" id="node10" href="SBFunction_8h.html" title="SBFunction.h" alt="" coords="269,238,368,266"/><area shape="rect" id="node19" href="SBTarget_8h.html" title="SBTarget.h" alt="" coords="480,470,565,498"/><area shape="rect" id="node29" href="SBSymbol_8h.html" title="SBSymbol.h" alt="" coords="269,547,363,575"/><area shape="rect" id="node33" href="SBLineEntry_8h.html" title="SBLineEntry.h" alt="" coords="93,238,19 (…) [all...] |
SBType_8h.html | 43 <area shape="rect" id="node3" href="SBDefines_8h.html" title="lldb/API/SBDefines.h" alt="" coords="321,83,463,111"/></map> 50 <area shape="rect" id="node3" href="LLDB_8h.html" title="LLDB.h" alt="" coords="429,625,493,653"/><area shape="rect" id="node5" href="SBTarget_8h.html" title="SBTarget.h" alt="" coords="520,161,605,189"/><area shape="rect" id="node41" href="SBValue_8h.html" title="SBValue.h" alt="" coords="560,83,643,111"/><area shape="rect" id="node8" href="SBBlock_8h.html" title="SBBlock.h" alt="" coords="561,238,644,266"/><area shape="rect" id="node28" href="SBSymbol_8h.html" title="SBSymbol.h" alt="" coords="69,547,163,575"/><area shape="rect" id="node37" href="SBProcess_8h.html" title="SBProcess.h" alt="" coords="640,315,736,343"/><area shape="rect" id="node11" href="SBSymbolContext_8h.html" title="SBSymbolContext.h" alt="" coords="280,315,416,343"/><area shape="rect" id="node14" href="SBModule_8h.html" title="SBModule.h" alt="" coords="195,393,285,421"/><area shape="rect" id="node34" href="SBSymbolContextList_8h.html" title="SBSymbolContextList.h" alt="" c (…) [all...] |
SBValueList_8h.html | 43 <area shape="rect" id="node3" href="SBDefines_8h.html" title="lldb/API/SBDefines.h" alt="" coords="321,83,463,111"/></map> 50 <area shape="rect" id="node3" href="LLDB_8h.html" title="LLDB.h" alt="" coords="373,625,437,653"/><area shape="rect" id="node5" href="SBBlock_8h.html" title="SBBlock.h" alt="" coords="493,161,576,189"/><area shape="rect" id="node11" href="SBModule_8h.html" title="SBModule.h" alt="" coords="411,315,501,343"/><area shape="rect" id="node41" href="SBFrame_8h.html" title="SBFrame.h" alt="" coords="572,83,657,111"/><area shape="rect" id="node8" href="SBSymbolContext_8h.html" title="SBSymbolContext.h" alt="" coords="388,238,524,266"/><area shape="rect" id="node38" href="SBSymbolContextList_8h.html" title="SBSymbolContextList.h" alt="" coords="579,393,736,421"/><area shape="rect" id="node14" href="SBAddress_8h.html" title="SBAddress.h" alt="" coords="408,393,504,421"/><area shape="rect" id="node17" href="SBFunction_8h.html" title="SBFunction.h" alt="" coords="144,470,243,498"/><area shape="rect" id="node21" href="SBLineEntry_8h.html" title="SBLineEntry.h" alt="" coords="267,470,3 (…) [all...] |
/external/chromium_org/printing/ |
page_setup.h | 49 // Use |requested_margins| as long as they fall inside the printable area. 52 // Ignore the printable area, and set the margins to |requested_margins|. 78 // The printable area as specified by the printer driver. We can't get 82 // The printable area for headers and footers. 85 // The printable area as selected by the user's margins.
|
/external/chromium_org/chrome/browser/ui/views/ |
detachable_toolbar_view.h | 34 // Paints the background (including the theme image behind content area) for 44 // Calculate the rect for the content area of the bar/shelf. This is only 46 // content area is the whole area of the bar/shelf. When detached, however, 48 // how big this area is, where it is located within the shelf and how round 64 // Paint the background of the content area (the surface behind the 71 // Paint the border around the content area (when in detached mode).
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLMapElement.cpp | 52 for (HTMLAreaElement* area = Traversal<HTMLAreaElement>::firstWithin(*this); area; area = Traversal<HTMLAreaElement>::next(*area, this)) { 53 if (area->isDefault()) { 55 defaultArea = area; 56 } else if (area->mapMouseEvent(location, size, result)) {
|
/external/pixman/demos/ |
scale.c | 264 GdkRectangle *area = &event->expose.area; local 270 pixels = calloc (1, area->width * area->height * 4); 272 PIXMAN_a8r8g8b8, area->width, area->height, pixels, area->width * 4); 274 if (area->x < app->scaled_width && area->y < app->scaled_height) 279 area->x, area->y, 0, 0, 0, 0 [all...] |
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
ndfdic.c | 203 NJ_UINT8 *area; local 214 area = YOMI_AREA_TOP_ADDR(hdl) + DATA_YOMI(data); 225 NJ_CHAR_COPY(stroke, area); 227 area += sizeof(NJ_CHAR); 232 dic_ylen = convert_to_yomi(hdl, area, DATA_YOMI_SIZE(data), stroke, size); 359 NJ_UINT8 *area, *data; local 373 area = YOMI_AREA_TOP_ADDR(loc->handle) + DATA_YOMI(data); 385 NJ_CHAR_COPY(stroke, area); 387 area += sizeof(NJ_CHAR); 392 len = convert_to_yomi(loc->handle, area, DATA_YOMI_SIZE(data), stroke, size) 405 NJ_UINT8 *data, *area; local [all...] |
/external/chromium_org/content/browser/compositor/ |
software_output_device_ozone_unittest.cc | 161 const gfx::Rect area(width, height); 162 output_device_->Resize(area.size(), 1.f); 163 SkCanvas* canvas = output_device_->BeginPaint(area); 172 gfx::Rect damage(area.width() / 2, area.height() / 2); 181 output_device_->CopyToPixels(area, pixels); 187 for (int i = 0; i < area.height(); ++i) { 188 for (int j = 0; j < area.width(); ++j) { 190 EXPECT_EQ(white, pixels[i * area.width() + j]); 192 EXPECT_EQ(black, pixels[i * area.width() + j]) [all...] |
/external/chromium_org/content/common/dom_storage/ |
dom_storage_messages.h | 64 // Open the storage area for a particular origin within a namespace. 70 // Close a previously opened storage area. 74 // Retrieves the set of key/value pairs for the area. Used to prime 83 // Set a value that's associated with a key in a storage area. 97 // Remove the value associated with a key in a storage area. 104 // Clear the storage area. A completion notification is sent in response.
|
/external/chromium_org/pdf/pdfium/ |
pdfium_page.h | 48 enum Area { 51 WEBLINK_AREA, // Area is a hyperlink. 52 DOCLINK_AREA, // Area is a link to a different part of the same document. 66 Area GetCharIndex(const pp::Point& point, int rotation, int* char_index, 105 Area GetLinkTarget(FPDF_LINK link, LinkTarget* target); 107 Area GetDestinationTarget(FPDF_DEST destination, LinkTarget* target);
|
/external/chromium_org/ui/gfx/ |
display.h | 63 // Gets/Sets the display's work area in gfx::Screen's coordinates. 83 // work area. 87 // Returns the work area insets. 92 // work area. 96 // Sets the display's size. This updates the work area using the same insets 97 // between old bounds and work area.
|
/external/chromium_org/v8/src/ |
regexp-stack.h | 13 // Maintains a per-v8thread stack area that can be used by irregexp 15 // Since there is only one stack area, the Irregexp implementation is not 22 // Initializes the stack memory area if necessary. 58 // Ensures that there is a memory area with at least the specified size. 77 // Minimal size of allocated stack area. 80 // Maximal size of allocated stack area.
|
/external/llvm/test/CodeGen/SystemZ/Large/ |
spill-02.py | 17 # Arrange for %foo's spill slot to be at 8184(%r15) and the alloca area to be at 32 print ' %area = getelementptr [1000 x i64] *%array, i64 0, i64 0' 33 print ' %%base = call i64 *@foo(i64 *%%area%s)' % (', i64 0' * args) 52 # index for the alloca area. Also throw in a volatile store, so that this 58 print ' store i64 %foo, i64 *%area' 71 print ' call void @bar(i64 *%area)'
|
/packages/apps/Camera/src/com/android/camera/ |
FocusOverlayManager.java | 23 import android.hardware.Camera.Area; 39 * This also handles the metering area because it is the same as focus area. 53 * (8) The camera has autofocus and supports focus area. Touch the screen to 55 * (9) The camera has autofocus and supports focus area. Touch the screen to 57 * (10) The camera has no autofocus and supports metering area. Touch the screen 58 * to change metering area. 88 private List<Object> mFocusArea; // focus area in driver format 89 private List<Object> mMeteringArea; // metering area in driver format 317 mFocusArea.add(new Area(new Rect(), 1)) [all...] |