HomeSort by relevance Sort by last modified time
    Searched refs:columns (Results 351 - 375 of 820) sorted by null

<<11121314151617181920>>

  /external/ImageMagick/MagickCore/
animate.c 929 if ((display_image->columns < image_list[scene]->columns) &&
957 window_info.width=(unsigned int) image_list[0]->columns;
959 if ((image_list[0]->columns != window_info.width) ||
986 image_list[0]->scene,(double) image_list[0]->columns,(double)
1071 columns, local
1922 columns, local
    [all...]
cache-private.h 145 columns, member in struct:_CacheInfo
signature.c 512 signature=AcquireStringInfo(GetPixelChannels(image)*image->columns*
523 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
526 SetStringInfoLength(signature,GetPixelChannels(image)*image->columns*
530 for (x=0; x < (ssize_t) image->columns; x++)
segment.c 373 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
376 for (x=0; x < (ssize_t) image->columns; x++)
561 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
567 for (x=0; x < (ssize_t) image->columns; x++)
    [all...]
  /external/ImageMagick/Magick++/demo/
piddle.cpp 40 drawList.push_back(DrawableViewbox(0,0,image.columns(),image.rows()));
zoom.cpp 163 (image.columns()*((double)resample.x()/density.x())+0.5),
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
linux_based_platform_backend.py 100 def GetPsOutput(self, columns, pid=None):
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexUtil.cpp 790 std::vector<Vertex4Tex4> createQuadMosaic (int rows, int columns)
795 DE_ASSERT(columns >= 1);
799 const float columnSize = 2.0f / (float)columns;
804 for (int columnNdx = 0; columnNdx < columns; columnNdx++)
  /packages/apps/TV/tests/unit/src/com/android/tv/data/
ProgramDataManagerTest.java 385 * @param columns the same as projection passed from {@link FakeContentProvider#query}.
392 public FakeCursor(String[] columns, long channelId, long startTimeMs, long endTimeMs) {
393 mColumns = (columns == null) ? ALL_COLUMNS : columns;
408 Log.d(TAG, "FakeCursor(columns=" + Arrays.toString(columns)
  /external/ImageMagick/coders/
gif.c 439 q=QueueAuthenticPixels(image,0,offset,image->columns,1,exception);
442 for (x=0; x < (ssize_t) image->columns; )
456 if (x < (ssize_t) image->columns)
663 p=GetVirtualPixels(image,0,offset,image->columns,1,exception);
671 for (x=(ssize_t) (y == 0 ? 1 : 0); x < (ssize_t) image->columns; x++)
    [all...]
html.c 371 if ((geometry.x+4) >= (ssize_t) image->columns)
446 if ((geometry.x+4) >= (ssize_t) image->columns)
  /external/ImageMagick/MagickWand/
composite.c 188 columns;
198 columns=composite_image->columns;
200 for (x=0; x < (ssize_t) (*image)->columns; x+=(ssize_t) columns)
215 geometry.width=composite_image->columns;
217 GravityAdjustGeometry((*image)->columns,(*image)->rows,
185 columns; local
    [all...]
  /external/autotest/tko/
compose_query.cgi 4 Selects all rows and columns that satisfy the condition specified
32 <SELECT NAME="columns">
61 <input type="hidden" name="columns" value="%s">
108 column = parse_field(form, 'columns', 'machine_group')
114 ## caller can specify rows and columns that shall be included into the report
146 link = '/tko/compose_query.cgi?' + urllib.urlencode({'columns': next_column,
277 ## At the same time view when either rows or columns grouped
302 dict_url = {'columns': row,
317 # For each row, we are looping horizontally over the columns.
  /external/eigen/lapack/
ilaclc.f 51 *> The number of columns of the matrix A.
ilaclr.f 51 *> The number of columns of the matrix A.
iladlc.f 51 *> The number of columns of the matrix A.
iladlr.f 51 *> The number of columns of the matrix A.
ilaslc.f 51 *> The number of columns of the matrix A.
ilaslr.f 51 *> The number of columns of the matrix A.
ilazlc.f 51 *> The number of columns of the matrix A.
ilazlr.f 51 *> The number of columns of the matrix A.
  /external/emma/ant/ant14/com/vladium/emma/
emmajavaTask.java 503 public final void setColumns (final String columns)
505 m_reportCfg.setColumns (columns);
  /external/emma/lib/
emma_ant.jar 
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestReorderingMode.java 505 else if (k >= columns.length)
508 c = columns[k];
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/providers/protos/mock/
MockUiProviderTests.java 250 // get the columns
251 final String[] columns = cursor.getColumnNames(); local
256 // Go through each of the columns find the ones that returns uris
257 for (String columnName : columns) {
282 * 1) Make sure that the query result columns match the UIProvider schema

Completed in 599 milliseconds

<<11121314151617181920>>