/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | fpdf_font_cid.cpp | 211 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/ |
D | image.cpp | 601 … 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()
|
D | parameter_validation.cpp | 4613 … 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()
|
D | core_validation.cpp | 8230 … 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/ |
D | fpdf_page_func.cpp | 879 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()
|
D | fpdf_page_colors.cpp | 748 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/ |
D | vkDeviceDriverImpl.inl | 515 …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);
|
D | vkVirtualDeviceInterface.inl | 106 … VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const = 0; 107 …tencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const = 0;
|
D | vkConcreteDeviceInterface.inl | 106 …onst VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const; 107 …pthStencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const;
|
D | vkNullDriverImpl.inl | 826 …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);
|
D | vkFunctionPointerTypes.inl | 123 …out, const VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSubresourceRange* pRanges); 124 …learDepthStencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSubresourceRange* pRanges);
|
/external/vulkan-validation-layers/loader/ |
D | trampoline.c | 1975 const VkImageSubresourceRange *pRanges) { argument 1981 rangeCount, pRanges); 1989 const VkImageSubresourceRange *pRanges) { argument 1995 pDepthStencil, rangeCount, pRanges);
|
/external/skia/third_party/vulkan/ |
D | vulkan.h | 2316 …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/ |
D | vulkan.h | 2325 …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);
|