HomeSort by relevance Sort by last modified time
    Searched refs:rowIndex (Results 1 - 24 of 24) sorted by null

  /external/webkit/WebCore/accessibility/
AccessibilityTableRow.h 52 void setRowIndex(int rowIndex) { m_rowIndex = rowIndex; }
53 int rowIndex() const { return m_rowIndex; }
AccessibilityARIAGridRow.cpp 73 int index = rowIndex();
104 int index = rowIndex();
AccessibilityARIAGridCell.cpp 73 rowRange.first = static_cast<AccessibilityTableRow*>(parent)->rowIndex();
AccessibilityTable.cpp 235 for (unsigned rowIndex = 0; rowIndex < numRows; ++rowIndex) {
238 RenderTableCell* cell = tableSection->cellAt(rowIndex, colIndex).cell;
  /external/webkit/WebCore/platform/image-decoders/png/
PNGImageDecoder.h 57 void rowAvailable(unsigned char* rowBuffer, unsigned rowIndex, int interlacePass);
PNGImageDecoder.cpp 314 png_uint_32 rowIndex, int interlacePass)
316 static_cast<PNGImageDecoder*>(png_get_progressive_ptr(png))->rowAvailable(rowBuffer, rowIndex, interlacePass);
319 void PNGImageDecoder::rowAvailable(unsigned char* rowBuffer, unsigned rowIndex, int interlacePass)
379 row = interlaceBuffer + (rowIndex * colorChannels * size().width());
387 int destY = scaledY(rowIndex);
  /external/icu4c/common/
propsvec.h 101 * @return NULL if rowIndex out of range and for illegal arguments,
105 upvec_getRow(const UPropsVectors *pv, int32_t rowIndex,
115 * The handler's rowIndex is the index of the row in the compacted
122 * where rowIndex is the length of the compacted array,
129 int32_t rowIndex, uint32_t *row, int32_t columns,
167 /* context=UPVecToUTrieContext, creates the trie and stores the rowIndex values */
171 int32_t rowIndex, uint32_t *row, int32_t columns,
182 /* context=UPVecToUTrie2Context, creates the trie and stores the rowIndex values */
186 int32_t rowIndex, uint32_t *row, int32_t columns,
propsvec.c 288 upvec_getRow(const UPropsVectors *pv, int32_t rowIndex,
293 if(pv->isCompacted || rowIndex<0 || rowIndex>=pv->rows) {
298 row=pv->v+rowIndex*columns;
494 int32_t rowIndex, uint32_t *row, int32_t columns,
498 if(!utrie_setRange32(toUTrie->newTrie, start, end+1, (uint32_t)rowIndex, TRUE)) {
504 toUTrie->initialValue=rowIndex;
507 if(rowIndex>0xffff) {
528 int32_t rowIndex, uint32_t *row, int32_t columns,
532 utrie2_setRange32(toUTrie2->trie, start, end, (uint32_t)rowIndex, TRUE, pErrorCode)
    [all...]
  /external/webkit/WebCore/html/
HTMLTableRowElement.h 42 int rowIndex() const;
HTMLTableRowElement.idl 25 readonly attribute long rowIndex;
HTMLTableRowElement.cpp 69 int HTMLTableRowElement::rowIndex() const
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.h 58 int rowIndex, int width);
71 uint8_t* vRows, int rowIndex, int width, int height);
YuvToJpegEncoder.cpp 115 uint8_t* vRows, int rowIndex, int width) {
117 int offset = ((rowIndex >> 1) + row) * fStrides[1];
187 uint8_t* vRows, int rowIndex, int width, int height) {
189 uint8_t* yuvSeg = yuv + (rowIndex + row) * fStrides[0];
  /external/skia/include/views/
SkWidgetViews.h 303 virtual void getRecord(int rowIndex, int fieldIndex, SkString* data);
305 virtual bool prepareWidgetEvent(SkEvent*, int rowIndex);
  /external/skia/src/views/
SkListWidget.cpp 512 virtual void getRecord(int rowIndex, int fieldIndex, SkString* data)
514 SkASSERT((unsigned)rowIndex < (unsigned)fRecordCount);
517 *data = fRecords[rowIndex * fFieldCount + fieldIndex];
520 virtual bool prepareWidgetEvent(SkEvent* evt, int rowIndex)
525 this->getRecord(rowIndex, 0, &data);
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 202 void paintRow(GraphicsContext*, const IntRect&, int rowIndex);
790 void PopupListBox::paintRow(GraphicsContext* gc, const IntRect& rect, int rowIndex)
794 IntRect rowRect = getRowBounds(rowIndex);
798 PopupMenuStyle style = m_popupClient->itemStyle(rowIndex);
802 if (rowIndex == m_selectedIndex) {
817 if (m_popupClient->itemIsSeparator(rowIndex)) {
831 Font itemFont = getRowFont(rowIndex);
844 String itemText = m_popupClient->itemText(rowIndex);
866 Font PopupListBox::getRowFont(int rowIndex)
869 if (m_popupClient->itemIsLabel(rowIndex)) {
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]
  /external/webkit/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 653 milliseconds