Searched refs:componentIndex (Results 1 – 11 of 11) sorted by relevance
21 | unsigned int [componentIndex](#componentindex) | 颜色分量索引 | 57 ### componentIndex subsection60 unsigned int CodecJpegCompInfo::componentIndex
179 jerry_value_t componentIndex = jerry_create_number(index); in EventExcute() local180 jerry_value_t args[ARGS_LEN] = {currentStateValue, componentIndex}; in EventExcute()182 ReleaseJerryValue(currentStateValue, componentIndex, VA_ARG_END_FLAG); in EventExcute()
60 uint32_t componentIndex; member
39 RefPtr<IndexerComponent> componentIndex = AceType::DynamicCast<IndexerComponent>(component); in Update() local40 if (componentIndex) { in Update()41 … itemMaxCount_ = std::clamp(componentIndex->GetMaxShowCount(), 1, INDEXER_ITEM_MAX_COUNT + 1); in Update()42 hasCollapseItem_ = componentIndex->HasCollapseItem(); in Update()45 … AceAsyncEvent<void(const std::string&)>::Create(componentIndex->GetIndexerChange(), context_); in Update()
92 unsigned int componentIndex;
117 uint32_t componentIndex;
131 unsigned int componentIndex; /**< CompInfo index in JpegDecInfo. */
212 .componentIndex = jpegCompressInfo->comp_info[i].component_index, in AssembleComponentInfo()
155 unsigned int componentIndex; /**< CompInfo index in JpegDecInfo. */