Searched defs:index (Results 276 - 300 of 4630) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLPathRange.cpp36 void GrGLPathRange::onInitPath(int index, const SkPath& skPath) const { argument
42 // Make sure the path at this index hasn't been initted already.
45 GR_GL_CALL_RET(gpu->glInterface(), isPath, IsPath(fBasePathID + index)));
48 GrGLPath::InitPathObject(gpu, fBasePathID + index, skPath, this->getStroke());
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLVertexShaderBuilder.h63 void set(int index, const SkString& name) { argument
64 fIndex = index; fName = name;
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrTextureObj.h34 int index = fTextureUnitReferees.find(referee); local
35 GrAlwaysAssert(0 <= index);
36 fTextureUnitReferees.removeShuffle(index);
39 int index = fTextureUnitReferees.find(referee); local
40 return 0 <= index;
/external/chromium_org/third_party/skia/src/utils/
H A DSkBitSet.h31 /** Set the value of the index-th bit.
33 void setBit(int index, bool value);
35 /** Test if bit index is set.
37 bool isBitSet(int index) const;
53 unsigned int index = i * 32; local
56 array->push(index + j);
69 uint32_t* internalGet(int index) const {
70 SkASSERT((size_t)index < fBitCount);
71 size_t internalIndex = index / 32;
/external/chromium_org/third_party/skia/src/views/
H A DSkParsePaint.cpp35 int index; local
37 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0)
38 mode = (SkShader::TileMode)index;
52 int index; local
54 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0)
55 mode = (SkShader::TileMode)index;
102 int index = dom.findList(node, "text-anchor", "left,center,right"); local
103 if (index >= 0)
104 paint->setTextAlign((SkPaint::Align)index);
/external/chromium_org/third_party/skia/tests/
H A DBitmapHeapTest.cpp56 int index = dictionary.find(*bitmapShader); local
60 REPORTER_ASSERT(reporter, 1 == index);
77 index = dictionary.find(*bitmapShader);
80 // The dictionary should report the same index since the new entry is identical.
82 REPORTER_ASSERT(reporter, 1 == index);
H A DPathOpsDRectTest.cpp42 size_t index; local
44 for (index = 0; index < lineTests_count; ++index) {
45 const SkDLine& line = lineTests[index];
61 for (index = 0; index < quadTests_count; ++index) {
62 const SkDQuad& quad = quadTests[index];
81 for (index
[all...]
H A DPathOpsSimplifyFailTest.cpp40 static void failOne(skiatest::Reporter* reporter, int index) { argument
42 int i = (int) (index % nonFinitePtsCount);
43 int f = (int) (index % finitePtsCount);
45 switch (index % 13) {
69 static void dontFailOne(skiatest::Reporter* reporter, int index) { argument
71 int f = (int) (index % finitePtsCount);
73 switch (index % 11) {
92 REPORTER_ASSERT(reporter, success || index == 13);
98 for (int index = 0; index < (in
107 int index = 0; local
112 int index = 13; local
[all...]
H A DRecordTestUtils.h23 static const T* assert_type(skiatest::Reporter* r, const SkRecord& record, unsigned index) { argument
25 record.visit<void>(index, reader);
H A DSListTest.cpp46 int index = 0; local
47 for(SListEntry* value = start; index < count; value += step, ++index) {
53 ERRORF(reporter, "%s - List entries at index %d of %d don't match", stage, index, count);
73 for (int index = 0; index < testArraySize; ++index) {
74 list.push(&testArray[index]);
75 if (!verifyList(reporter, list, "push", &testArray[index], inde
[all...]
/external/chromium_org/third_party/skia/tools/
H A Dpinspect.cpp69 int index = 1; local
70 if (!strcmp(argv[index], "--dump-ops")) {
71 index += 1;
75 for (; index < argc; ++index) {
76 SkAutoTUnref<SkPicture> pic(inspect(argv[index]));
80 if (index < argc - 1) {
/external/chromium_org/third_party/webrtc/base/
H A Ddiskcache_win32.cc40 size_t index; local
42 if (!FilenameToId(ToUtf8(find_data.cFileName), &id, &index))
48 entry->streams = _max(entry->streams, index + 1);
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dcomplex_bit_reverse.c58 const int16_t* index = index_7; local
62 index = index_8;
74 temp = complex_data_ptr[index[m]]; /* Real and imaginary */
75 complex_data_ptr[index[m]] = complex_data_ptr[index[m + 1]];
76 complex_data_ptr[index[m + 1]] = temp;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dcb_construct.c29 int16_t *index, /* (i) Codebook indices */
53 WebRtcIlbcfix_GetCbVec(cbvec0, mem, index[0], lMem, veclen);
54 WebRtcIlbcfix_GetCbVec(cbvec1, mem, index[1], lMem, veclen);
55 WebRtcIlbcfix_GetCbVec(cbvec2, mem, index[2], lMem, veclen);
27 WebRtcIlbcfix_CbConstruct( int16_t *decvector, int16_t *index, int16_t *gain_index, int16_t *mem, int16_t lMem, int16_t veclen ) argument
H A Dvq3.c28 int16_t *index,
57 /* Store the quantized codebook and the index */
61 *index = minindex;
26 WebRtcIlbcfix_Vq3( int16_t *Xq, int16_t *index, int16_t *CB, int16_t *X, int16_t n_cb ) argument
H A Dvq4.c28 int16_t *index,
57 /* Store the quantized codebook and the index */
61 *index = minindex;
26 WebRtcIlbcfix_Vq4( int16_t *Xq, int16_t *index, int16_t *CB, int16_t *X, int16_t n_cb ) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Ddecode_bwe.c28 int16_t index; local
42 err = WebRtcIsac_DecodeSendBW(streamdata, &index);
49 err = WebRtcIsac_UpdateUplinkBwImpl(bwest_str, index, encoderSampRate);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Ddtmf_queue.cc32 int32_t index = next_empty_index_; local
33 dtmf_key_[index] = key;
34 dtmf_length[index] = len;
35 dtmf_level_[index] = level;
/external/chromium_org/third_party/webrtc/voice_engine/
H A Ddtmf_inband_queue.cc42 int32_t index = _nextEmptyIndex; local
43 _DtmfKey[index] = key;
44 _DtmfLen[index] = len;
45 _DtmfLevel[index] = level;
/external/chromium_org/tools/json_schema_compiler/
H A Dutil.cc12 bool GetItemFromList(const base::ListValue& from, int index, int* out) { argument
13 return from.GetInteger(index, out);
16 bool GetItemFromList(const base::ListValue& from, int index, bool* out) { argument
17 return from.GetBoolean(index, out);
20 bool GetItemFromList(const base::ListValue& from, int index, double* out) { argument
21 return from.GetDouble(index, out);
24 bool GetItemFromList(const base::ListValue& from, int index, std::string* out) { argument
25 return from.GetString(index, out);
29 int index,
32 if (!from.Get(index,
28 GetItemFromList(const base::ListValue& from, int index, linked_ptr<base::Value>* out) argument
38 GetItemFromList(const base::ListValue& from, int index, linked_ptr<base::DictionaryValue>* out) argument
[all...]
/external/chromium_org/ui/accessibility/
H A Dax_view_state.h58 // The selected item's index and the count of the number of items.
60 // index and count should be -1 otherwise.
61 int index; member in struct:ui::AXViewState
H A Dtree_generator.cc36 int index = tree_index % p; local
38 permuted.push_back(indices[index]);
39 indices.erase(indices.begin() + index);
/external/chromium_org/ui/accessibility/platform/
H A Dax_platform_node_base.cc42 gfx::NativeViewAccessible AXPlatformNodeBase::ChildAtIndex(int index) { argument
43 return delegate_ ? delegate_->ChildAtIndex(index) : NULL;
/external/chromium_org/ui/app_list/
H A Dapp_list_item_list_observer.h17 // Triggered after |item| has been added to the list at |index|.
18 virtual void OnListItemAdded(size_t index, AppListItem* item) {} argument
20 // Triggered after an item has been removed from the list at |index|, just
22 virtual void OnListItemRemoved(size_t index, AppListItem* item) {} argument
/external/chromium_org/ui/app_list/views/test/
H A Dapps_grid_view_test_api.cc21 views::View* AppsGridViewTestApi::GetViewAtModelIndex(int index) const {
22 return view_->view_model_.view_at(index);
42 void AppsGridViewTestApi::PressItemAt(int index) { argument
43 GetViewAtModelIndex(index)->OnKeyPressed(

Completed in 389 milliseconds

<<11121314151617181920>>