Home
last modified time | relevance | path

Searched refs:pRanges (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp211 CMap_CodeRange* pRanges, in CheckCodeRange() argument
215 if (pRanges[iSeg].m_CharSize < size) { in CheckCodeRange()
221 if (codes[iChar] < pRanges[iSeg].m_Lower[iChar] || in CheckCodeRange()
222 codes[iChar] > pRanges[iSeg].m_Upper[iChar]) { in CheckCodeRange()
227 if (iChar == pRanges[iSeg].m_CharSize) in CheckCodeRange()
231 return (size == pRanges[iSeg].m_CharSize) ? 2 : 1; in CheckCodeRange()
238 CMap_CodeRange* pRanges, in GetCharSizeImpl() argument
252 if (pRanges[iSeg].m_CharSize < size) { in GetCharSizeImpl()
258 if (codes[offset + iChar] < pRanges[iSeg].m_Lower[iChar] || in GetCharSizeImpl()
259 codes[offset + iChar] > pRanges[iSeg].m_Upper[iChar]) { in GetCharSizeImpl()
[all …]
/external/vulkan-validation-layers/layers/
Dimage.cpp601 … uint32_t rangeCount, const VkImageSubresourceRange *pRanges) { in vkCmdClearColorImage() argument
614 if (pRanges[i].aspectMask != VK_IMAGE_ASPECT_COLOR_BIT) { in vkCmdClearColorImage()
624 …dispatch_table->CmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges); in vkCmdClearColorImage()
631 const VkImageSubresourceRange *pRanges) { in vkCmdClearDepthStencilImage() argument
636 if (((pRanges[i].aspectMask & VK_IMAGE_ASPECT_DEPTH_BIT) != VK_IMAGE_ASPECT_DEPTH_BIT) && in vkCmdClearDepthStencilImage()
637 … ((pRanges[i].aspectMask & VK_IMAGE_ASPECT_STENCIL_BIT) != VK_IMAGE_ASPECT_STENCIL_BIT)) { in vkCmdClearDepthStencilImage()
648 pRanges); in vkCmdClearDepthStencilImage()
Dparameter_validation.cpp4613 … uint32_t rangeCount, const VkImageSubresourceRange *pRanges) { in vkCmdClearColorImage() argument
4618 …dation_vkCmdClearColorImage(my_data->report_data, image, imageLayout, pColor, rangeCount, pRanges); in vkCmdClearColorImage()
4622 ->CmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges); in vkCmdClearColorImage()
4644 const VkImageSubresourceRange *pRanges) { in vkCmdClearDepthStencilImage() argument
4650 …earDepthStencilImage(my_data->report_data, image, imageLayout, pDepthStencil, rangeCount, pRanges); in vkCmdClearDepthStencilImage()
4654 …->CmdClearDepthStencilImage(commandBuffer, image, imageLayout, pDepthStencil, rangeCount, pRanges); in vkCmdClearDepthStencilImage()
Dcore_validation.cpp8230 … uint32_t rangeCount, const VkImageSubresourceRange *pRanges) { in vkCmdClearColorImage() argument
8255 …dispatch_table->CmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges); in vkCmdClearColorImage()
8261 const VkImageSubresourceRange *pRanges) { in vkCmdClearDepthStencilImage() argument
8287 pRanges); in vkCmdClearDepthStencilImage()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_func.cpp879 CPDF_Array* pRanges = pDict->GetArray("Range"); in Init() local
881 if (pRanges) { in Init()
882 m_nOutputs = pRanges->GetCount() / 2; in Init()
885 m_pRanges[i] = pRanges->GetFloat(i); in Init()
Dfpdf_page_colors.cpp748 CPDF_Array* pRanges = pDict->GetArray("Range"); in v_Load() local
751 if (pRanges) { in v_Load()
752 m_pRanges[i] = pRanges->GetNumber(i); in v_Load()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl515 …const VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const
517 m_vk.cmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges);
520 …epthStencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const
522 …k.cmdClearDepthStencilImage(commandBuffer, image, imageLayout, pDepthStencil, rangeCount, pRanges);
DvkVirtualDeviceInterface.inl106 … VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const = 0;
107 …tencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const = 0;
DvkConcreteDeviceInterface.inl106 …onst VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const;
107 …pthStencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const;
DvkNullDriverImpl.inl826 …yout, const VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) argument
833 DE_UNREF(pRanges);
836 …ClearDepthStencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) argument
843 DE_UNREF(pRanges);
DvkFunctionPointerTypes.inl123 …out, const VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSubresourceRange* pRanges);
124 …learDepthStencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSubresourceRange* pRanges);
/external/vulkan-validation-layers/loader/
Dtrampoline.c1975 const VkImageSubresourceRange *pRanges) { argument
1981 rangeCount, pRanges);
1989 const VkImageSubresourceRange *pRanges) { argument
1995 pDepthStencil, rangeCount, pRanges);
/external/skia/third_party/vulkan/
Dvulkan.h2316 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
2317 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
3014 const VkImageSubresourceRange* pRanges);
3022 const VkImageSubresourceRange* pRanges);
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2325 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
2326 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
3023 const VkImageSubresourceRange* pRanges);
3031 const VkImageSubresourceRange* pRanges);