Home
last modified time | relevance | path

Searched refs:content (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_GraphicsResource.cpp263 GraphicsResource::SetResource(int index, void* content, u32 fileSize, bool bFree) in SetResource() argument
266 NW_NULL_ASSERT(content); in SetResource()
276 std::memcpy(m_pRectShaderBinary, content, fileSize); in SetResource()
279 Layout::FreeMemory(content); in SetResource()
288 m_TextWriterResource.InitResource(static_cast<u8*>(content), fileSize); in SetResource()
294 Layout::FreeMemory(content); in SetResource()
309 glShaderBinary(1, &shader, GL_PLATFORM_BINARY_DMP, content, fileSize); in SetResource()
335 Layout::FreeMemory(content); in SetResource()
350 glShaderBinary(1, &shader, GL_PLATFORM_BINARY_DMP, content, fileSize); in SetResource()
369 Layout::FreeMemory(content); in SetResource()
/NW4C-1.3.3/documents/CreativeStudio/html/common/
Dibox.js86 html: function(content, params) { argument
87 if (content === undefined) return els.content;
94 if (typeof(content) == 'string') els.content.innerHTML = content;
95 else els.content.appendChild(content);
109 …offset.wrapper = [els.wrapper.offsetWidth-els.content.offsetWidth, els.wrapper.offsetHeight-els.co…
119 els.content.style.height = '100%';
120 var height = els.content.offsetHeight + 12;
121 els.content.style.height = '';
129 showTags(_pub.tags_to_hide[i], els.content);
140 while (els.content.firstChild) els.content.removeChild(els.content.firstChild);
[all …]
/NW4C-1.3.3/include/nw/lyt/
Dlyt_GraphicsResource.h219 void SetResource(int index, void* content, u32 fileSize, bool bFree = true);