Lines Matching refs:FindResource
979 color_res = project->FindResource(res, RES_TYPE_COLOR, color_name); in BuildColorTable()
1015 font_res = project->FindResource(res, RES_TYPE_FONT, font_name); in BuildFontTable()
1050 pixelmap_res = project->FindResource(res, RES_TYPE_PIXELMAP, pixelmap_name); in BuildPixelmapTable()
2645 … info = project->FindResource(mDisplayIndex, theme, item->mpRes->type, item->mpRes->name); in OnEnablePixelmap()
2682 … info = project->FindResource(mDisplayIndex, theme, item->mpRes->type, item->mpRes->name); in OnDisablePixelmap()
3248 current_info = project->FindResource(mDisplayIndex, theme, info->type, old_name); in SyncResourceName()
3289 … parent = project->FindResource(mDisplayIndex, theme, info->parent->type, info->parent->name); in SyncResourceAdd()
3352 current_info = project->FindResource(mDisplayIndex, theme, info->type, info->name); in SyncResourcePath()
3425 current_info = project->FindResource(mDisplayIndex, theme, info->type, info->name); in SyncResourceDelete()
3466 … info = project->FindResource(mDisplayIndex, theme, item->mpRes->type, item->mpRes->name); in ChangeItemParent()
3467 …parent_info = project->FindResource(mDisplayIndex, theme, new_parent->mpRes->type, new_parent->mpR… in ChangeItemParent()